Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following sequence describes how the ARM kernel is initialized by the operating system (OS):
- Initialize first level page tables.
- Enable MMU and cache.
- Enable stacks for each mode.
- Initialize global data for the kernel.
- Perform serial debug functions.
- Call OEMInit.
- Perform memory initializations.
- Perform other initializations.
See Also
Kernel Initialization | OAL StartUp Function Implementation
Send Feedback on this topic to the authors