Refactor part 2
所有检测均成功
Builds / ExectOS (amd64) (push) Successful in 25s
Builds / ExectOS (i686) (push) Successful in 26s

这个提交包含在:
2023-12-03 16:09:05 +01:00
父节点 fce8a50321
当前提交 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(;;);