Share via


BootStart Function (Compact 2013)

3/26/2014

BootStart is the entry point to the boot loader. It is platform-dependent and is written in assembly language. (The function name and implementation file name might vary.) This function initializes the cache and the memory management unit (MMU) (optional), and then jumps to BootMain.

Its syntax is:

void BootStart( );

This function has no input parameters and does not return a value.

See Also

Concepts

Flow in CE Boot