uefihelloworld

A sample UEFI application that prints "Hello, world!" to the console and waits for key input.

Members

Functions

efi_main
EFI_STATUS efi_main(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE* ST)

UEFI Entry Point

showBootString
void showBootString(EFI_SYSTEM_TABLE* ST, const(wchar)[] lstr)

Helper function for showing D string on the screen

Variables

_Dmodule_ref
void* _Dmodule_ref;
_tls_index
void* _tls_index;

Dummy symbols

Meta