mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-02 12:58:11 +08:00
parent
420525079c
commit
4d2428a83b
@ -14,8 +14,9 @@ The system initialization consists of a low-level initialization performed by
|
|||||||
the start code in the start file (:file:`start.o`) and a high-level
|
the start code in the start file (:file:`start.o`) and a high-level
|
||||||
initialization carried out by :c:func:`boot_card()`. The final step of a
|
initialization carried out by :c:func:`boot_card()`. The final step of a
|
||||||
successful high-level initialization is to switch to the initialization task
|
successful high-level initialization is to switch to the initialization task
|
||||||
and change into normal system mode with multi-threading enabled. Errors during
|
and change into the normal system mode with multi-threading enabled. Errors
|
||||||
system initialization are fatal and end up in a call to :c:func:`_Terminate()`.
|
during system initialization are fatal and end up in a call to
|
||||||
|
:c:func:`_Terminate()`.
|
||||||
|
|
||||||
Low-Level Initialization via Start Code in the Start File (start.o)
|
Low-Level Initialization via Start Code in the Start File (start.o)
|
||||||
===================================================================
|
===================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user