6.1. IntroductionΒΆ
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. The directives provided by the Initialization Manager are:
rtems_initialize_executive() - Initializes the system and starts multitasking.