Initialize the UEFI console
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 27s
Builds / ExectOS (i686) (push) Successful in 26s

This commit is contained in:
2023-12-02 22:38:58 +01:00
parent 4076175436
commit 03b6e9cd90
4 changed files with 60 additions and 0 deletions

View File

@@ -21,6 +21,14 @@ EXTERN PEFI_SYSTEM_TABLE EfiSystemTable;
/* XTLDR routines forward references */
XTCDECL
VOID
BmClearScreen();
XTCDECL
VOID
BmInitializeConsole();
XTCDECL
EFI_STATUS
BmStartXtLoader(IN EFI_HANDLE ImageHandle,