Share via


StartUp

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

Syntax

void StartUp(void);

Parameters

None.

Return Value

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

Header Developer Implemented
Library Nk.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Tasks

Implementing the Boot Loader StartUp Function