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

@@ -33,6 +33,9 @@ BmStartXtLoader(IN EFI_HANDLE ImageHandle,
EfiImageHandle = ImageHandle;
EfiSystemTable = SystemTable;
/* Initialize UEFI console */
BmInitializeConsole();
/* This point should be never reached, if this happen return error code */
return STATUS_EFI_LOAD_ERROR;
}