Discover and enumerate EFI block devices
Some checks failed
Builds / ExectOS (amd64) (push) Failing after 15s
Builds / ExectOS (i686) (push) Failing after 14s

This commit is contained in:
Rafal Kupiec 2023-12-07 15:53:37 +01:00
parent 2c132d4ab5
commit 31c8e502c5
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -68,6 +68,9 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
BlDebugPrint(L"ERROR: Failed to register XTLDR loader protocol\n");
}
/* Discover and enumerate EFI block devices */
BlEnumerateBlockDevices();
/* Temporary infinite loop */
for(;;);