mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 05:39:11 +08:00

This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
16 lines
463 B
ReStructuredText
16 lines
463 B
ReStructuredText
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
|
|
|
|
Introduction
|
|
============
|
|
|
|
The Initialization Manager is responsible for initializing the Board Support
|
|
Package, RTEMS, device drivers, the root filesystem and the application. The
|
|
:ref:`RTEMSAPIClassicFatal` is responsible for the system
|
|
shutdown.
|
|
|
|
The Initialization Manager provides only one directive:
|
|
|
|
- :ref:`rtems_initialize_executive`
|