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.
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.