Boot Loader Initialization Functions (Compact 2013)

10/16/2014

The following table shows the boot loader initialization functions.

Programming element

Description

BootloaderMain

This function initializes the platform, and chooses and initializes the download transport by calling OEM platform functions.

StartUp

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

This function initializes the CPU to a known state and then calls one of the kernel initialization functions, either KernelInitialize or KernelStart.

See Also

Reference

Required Boot Loader Functions