Share via


Kernel Initialization (Windows CE 5.0)

Send Feedback

The kernel initialization function is named KernelInitialize for x86-based hardware platforms and KernelStart on all other hardware platforms. They are the first non-OEM functions that are called after StartUp has completed it tasks. The kernel initialization function calls additional OAL functions, schedules threads, but must also complete tasks that are specific to each class of CPU.

For processor specific kernel initialization considerations, see the following topics:

KernelInitialize and KernelStart call SystemInitialization, which calls the following functions:

The following table shows the naming convention for your kernel's StartUp function.

Startup function Kernel
StartUp ARM, MIPS, x86

See Also

Other Kernel Tasks | CPU Initialization | OAL StartUp Function Implementation | Nk.exe Boot Process | How to Develop an OEM Adaptation Layer

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.