rtems-docs/c-user/initialization/introduction.rst
Sebastian Huber 62ca9c1bc3 c-user: Split up fatal error manager
This makes it easier to automatically generate parts of the module
documentation in the future.

Update #3993.
2021-04-21 09:35:58 +02:00

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`