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

View File

@ -47,7 +47,7 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
if(Status != STATUS_EFI_SUCCESS)
{
/* Failed to open the protocol, return error */
return STATUS_EFI_LOAD_ERROR;
return STATUS_EFI_PROTOCOL_ERROR;
}
/* Set boot protocol routines */