Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.12 KB

File metadata and controls

44 lines (33 loc) · 2.12 KB

4 UEFI Applications

UEFI Application is an EFI image of the type

EFI_IMAGE_SUBSYSTEM_EFI_APPLICATION. This image is executed and automatically unloaded when the image exits or returns from its entry point.

OS loader is a special type of application that normally does not return or exit. Instead, it calls the EFI Boot Service gBS->ExitBootServices() to transfer control of the platform from the firmware to an operating system.

The EFI Shell is a special EFI application that provides the user with a command-line interface.