Add more debugging
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 32s
Builds / ExectOS (i686) (push) Successful in 29s

This commit is contained in:
2023-12-20 15:54:11 +01:00
parent a7c345a9b2
commit 093ef010c8
2 changed files with 27 additions and 2 deletions

View File

@@ -124,9 +124,8 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
EfiImageHandle = ImageHandle;
EfiSystemTable = SystemTable;
/* Initialize XTLDR and early print XTLDR version */
/* Initialize XTLDR and */
BlpInitializeEfiBootLoader();
BlConsolePrint(L"XTLDR boot loader v%s\n", XTOS_VERSION);
/* Parse configuration options passed from UEFI shell */
Status = BlpParseCommandLine();