If any of this occur, return error status code
所有检测均成功
Builds / ExectOS (amd64) (push) Successful in 27s
Builds / ExectOS (i686) (push) Successful in 24s

这个提交包含在:
Rafal Kupiec 2023-12-23 22:23:17 +01:00
父节点 4b683eb2cd
当前提交 aa534ef011
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4

查看文件

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