Changes between Initial Version and Version 1 of kernel_exceptions


Ignore:
Timestamp:
Oct 23, 2014, 3:50:05 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_exceptions

    v1 v1  
     1= GIET_VM / Exception handler =
     2
     3The [source:soft/giet_vm/giet_kernel/exc_handler.c exc_handler.c] and [source:soft/giet_vm/giet_kernel/exc_handler.h exc_handler.h] files define the kernel data structure and functions that are used to handle exceptions.
     4
     5The general behaviour is to deschedule the failing task, after desactivating the ''runable'' bit, and to display
     6an error message on the kernel terminal. The various exception types are defined  [source:soft/giet_vm/giet_kernel/exc_handler.c here].