XTLDR Rewrite #7

Merged
belliash merged 184 commits from xtldr_rewrite into master 2024-01-09 18:51:04 +01:00
Showing only changes of commit a66456979a - Show all commits

View File

@ -34,8 +34,8 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
EfiSystemTable = SystemTable;
/* Initialize UEFI console and early print XTLDR version */
BmInitializeConsole();
BmPrint(L"XTLDR boot loader v%s\n", XTOS_VERSION);
BlConsoleInitialize();
BlConsolePrint(L"XTLDR boot loader v%s\n", XTOS_VERSION);
/* Temporary infinite loop */
for(;;);