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 31c8e502c5 - Show all commits

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