If any of this occur, return error status code
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 27s
Builds / ExectOS (i686) (push) Successful in 24s

This commit is contained in:
2023-12-23 22:23:17 +01:00
parent 4b683eb2cd
commit aa534ef011

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(;;)