Share via


OEMBootRun Function (Compact 2013)

3/26/2014

OEMBootRun prepares the boot arguments that pass information to the OEM adaptation layer (OAL) of the Windows Embedded Compact 2013 OS image, and returns the physical start address of the OS image.

This function is implemented in:

%_WINCEROOT%\Platform\<BSP Name>\Src\Boot\Bldr\Run.c

Its syntax is:

uint32_t OEMBootRun ( void *pContext );

OEMBootRun Function Input Parameters

Parameter

Type

Description

pContext

void *

A pointer to the boot loader’s BootLoader_t structure

This function returns the physical starting address of the entry point of the OS image.

See Also

Concepts

Flow in CE Boot