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 6ffedf6302 - Show all commits

View File

@ -38,7 +38,7 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
BlConsolePrint(L"XTLDR boot loader v%s\n", XTOS_VERSION);
/* Parse configuration options passed from UEFI shell */
BlpParseCommandLineOptions();
BlpParseCommandLine();
/* Attempt to early initialize debug console */
if(DEBUG)