Control Flow Functions
The following table shows the boot loader control flow functions with a description of the purpose of each.
Programming element | Description |
---|---|
OEMDebugInit | This function is the first called by the BLCOMMON framework when a boot loader is started. |
OEMLaunch | This function is the last one called by the BLCOMMON framework and is responsible for to launching the image. |
OEMPlatformInit | This function is called by the BLCOMMON framework and initializes the platform. |
OEMPreDownload | This function is called by the BLCOMMON framework prior to download and can be customized to prompt for user feedback such as obtaining a static IP address or skipping the download and jumping to a flash-resident image. |
See Also
Required Boot Loader Functions
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.