Changeset 17 for trunk/hal/generic/hal_exception.h
- Timestamp:
- May 11, 2017, 7:49:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_exception.h
r16 r17 32 32 // ALMOS-MKH defines three classes of exceptions: 33 33 // 34 // - NON_FATAL : exceptions such as "page fault" or FPU unusable" are non fatal.35 // and the calling thread resumeexecution when the exception has been handled.34 // - NON_FATAL : exceptions such as "page fault" or "FPU unusable" are non fatal. 35 // The calling thread resumes execution when the exception has been handled. 36 36 // 37 37 // - USER_ERROR : these exceptions such a "illegal vaddr" or "illegal write access" … … 40 40 // 41 41 // - KERNEL_PANIC : events such as "no memory" or "kernel mistakes" are considered 42 // abnormal events. The calling core goes to sleep, after a fter a"panic" message42 // abnormal events. The calling core goes to sleep, after a "panic" message 43 43 // on the kernel terminal. 44 44 // … … 66 66 67 67 /***************************************************************************************** 68 * This function print on the kernel terminal the saved context (core registers)68 * This function prints on the kernel terminal the saved context (core registers) 69 69 * and the thread state of a faulty thread. 70 70 *****************************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.