RTEMS 6.1-rc2
|
The Initialization Manager is responsible for initializing the system. More...
Functions | |
RTEMS_NO_RETURN void | rtems_initialize_executive (void) |
Initializes the system and starts multitasking. | |
The Initialization Manager is responsible for initializing the system.
The system initialization includes the initialization of the Board Support Package, RTEMS, device drivers, the root filesystem, and the application. The Fatal Error Manager is responsible for the system shutdown.
RTEMS_NO_RETURN void rtems_initialize_executive | ( | void | ) |
Initializes the system and starts multitasking.
Iterates through the system initialization linker set and invokes the registered handlers. The final step is to start multitasking.
The following constraints apply to this directive: