BootJumpTo Function (Compact 2013)

3/26/2014

The BootJumpTo function, which is specific to the CPU architecture, jumps to the entry point of the OS.

For the x86 CPU architecture, this function is implemented in:

%_WINCEROOT%\Platform\Common\Src\Common\Bldr\Core\x86_bios\JumpTo.c

Its syntax is:

void BootJumpTo ( uint32_t address );

BootJumpTo Function Input Parameters

Parameter

Type

Description

address

uint32_t

The address of the OS in RAM.

This function does not return a value.

See Also

Concepts

Flow in CE Boot