Share via


SHx Kernel Initialization (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.