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 SHx kernel is initialized by the operating system (OS):
- Initialize the frequency register.
- Disable the CPU cache and flush.
- Initialize global data for the kernel.
- Serial port initializes.
- Initializes address translation hardware.
- Call OEMInit.
- Perform memory initializations.
- Initialize the status register. Load new status register with kernel mode, exceptions enabled.
- Register bank 0, interrupts unmasked.
- Initialize the debugger subsystem.
- Perform other initializations.
See Also
Kernel Initialization | OAL StartUp Function Implementation
Send Feedback on this topic to the authors