Share via


ARM Kernel Initialization (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.