Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Required Boot Loader Functions
Send Feedback on this topic to the authors