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 aa534ef011 - Show all commits

View File

@ -175,6 +175,7 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
{
/* Failed to register loader protocol */
BlDebugPrint(L"ERROR: Failed to register XTLDR boot protocol\n");
return Status;
}
/* Discover and enumerate EFI block devices */
@ -183,6 +184,7 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
{
/* Failed to enumerate block devices */
BlDebugPrint(L"ERROR: Failed to discover and enumerate block devices\n");
return Status;
}
for(;;)