StartUp (Windows CE 5.0)

Send Feedback

This function is the first function to be called when the OS is booted from the boot loader or reset vector.

void StartUp(void);

Parameters

None.

Return Values

None.

Remarks

This function is the first function called during boot up.

The function must initialize the CPU to a known state and then call one of the kernel initialization functions, either KernelInitialize or KernelStart.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Not applicable.
Link Library: Nk.lib.

See Also

Implementing the Boot Loader StartUp Function | OAL StartUp Function Implementation

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.