From b85b5a96559ccc86f5a281c6017295d680f471e5 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Sun, 7 Jan 2024 19:26:18 +0100 Subject: [PATCH] This is no longer an issue --- KNOWN_ISSUES.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index a13844a..f008157 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -2,8 +2,5 @@ This is a list of well known bugs that exists in all master branch builds. ### XTLDR - - [ ] In some specific scenarios (most probably EFI by Insyde) XTLDR cannot load modules. Calling the EFI's - BootServices->LoadImage() fails with STATUS_EFI_NOT_FOUND (0x800000000000000E) status code. Possibly this is - a bug in BlFindVolumeDevicePath() routine. - [ ] EFI Runtime Services are not mapped properly into higher half. They are mapped itself, but all pointers inside that structure point to some physical address that is unavailable after paging is enabled.