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 3025338e71 - Show all commits

View File

@ -69,7 +69,12 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
}
/* Discover and enumerate EFI block devices */
BlEnumerateBlockDevices();
Status = BlEnumerateBlockDevices();
if(Status != STATUS_EFI_SUCCESS)
{
/* Failed to enumerate block devices */
BlDebugPrint(L"ERROR: Failed to discover and enumerate block devices\n");
}
/* Temporary infinite loop */
for(;;);