wiki:kernel_exceptions

Version 1 (modified by alain, 10 years ago) (diff)

--

GIET_VM / Exception handler

The exc_handler.c and exc_handler.h files define the kernel data structure and functions that are used to handle exceptions.

The general behaviour is to deschedule the failing task, after desactivating the runable bit, and to display an error message on the kernel terminal. The various exception types are defined here.