Refactor part 2
This commit is contained in:
parent
fce8a50321
commit
a66456979a
@ -34,8 +34,8 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
|
|||||||
EfiSystemTable = SystemTable;
|
EfiSystemTable = SystemTable;
|
||||||
|
|
||||||
/* Initialize UEFI console and early print XTLDR version */
|
/* Initialize UEFI console and early print XTLDR version */
|
||||||
BmInitializeConsole();
|
BlConsoleInitialize();
|
||||||
BmPrint(L"XTLDR boot loader v%s\n", XTOS_VERSION);
|
BlConsolePrint(L"XTLDR boot loader v%s\n", XTOS_VERSION);
|
||||||
|
|
||||||
/* Temporary infinite loop */
|
/* Temporary infinite loop */
|
||||||
for(;;);
|
for(;;);
|
||||||
|
Loading…
Reference in New Issue
Block a user