The Initialization Manager is responsible for initiating and shutting down RTEMS. Initiating RTEMS involves creating and starting all configured initialization tasks, and for invoking the initialization routine for each user-supplied device driver. In a multiprocessor configuration, this manager also initializes the interprocessor communications layer. The directives provided by the Initialization Manager are:
rtems.initialize_data_structures
- Initialize RTEMS Data Structures
rtems.initialize_before_drivers
- Perform Initialization Before Device Drivers
rtems.initialize_device_drivers
- Initialize Device Drivers
rtems.initialize_start_multitasking
- Complete Initialization and Start Multitasking
rtems.shutdown_executive
- Shutdown RTEMS
Copyright © 1988-2008 OAR Corporation