Changes between Version 2 and Version 3 of kernel_exceptions


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

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_exceptions

    v2 v3  
    33The [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.
    44
    5 The general behaviour is to deschedule the failing task, after desactivating the ''runable'' bit, and to display
    6 an error message on the kernel terminal. The various exception types are defined  [source:soft/giet_vm/giet_kernel/exc_handler.c here].
     5The general behaviour is to deschedule the failing task, after desactivating the ''runable'' bit in the task context, and to display an error message on the kernel terminal. The various exception types are defined  [source:soft/giet_vm/giet_kernel/exc_handler.c here].