From f3262d40745c4109f529e0456e011c85bf134917 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 21 Apr 2021 09:19:27 +0200 Subject: c-user: Split up initialization manager This makes it easier to automatically generate parts of the module documentation in the future. Update #3993. --- c-user/initialization/introduction.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 c-user/initialization/introduction.rst (limited to 'c-user/initialization/introduction.rst') diff --git a/c-user/initialization/introduction.rst b/c-user/initialization/introduction.rst new file mode 100644 index 0000000..ae14fb0 --- /dev/null +++ b/c-user/initialization/introduction.rst @@ -0,0 +1,15 @@ +.. 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:`Fatal Error Manager ` is responsible for the system +shutdown. + +The Initialization Manager provides only one directive: + +- :ref:`rtems_initialize_executive` -- cgit v1.2.3