Properly, recursively self map page tables on i686 architecture

This commit is contained in:
2024-04-07 17:11:14 +02:00
rodzic 7c9233c9a2
commit 388ac1a8c2
2 zmienionych plików z 56 dodań i 2 usunięć

Wyświetl plik

@@ -55,7 +55,7 @@ XtEnablePaging(IN PXTBL_PAGE_MAPPING PageMap)
}
/* Build page map */
Status = XtLdrProtocol->Memory.BuildPageMap(PageMap, 0);
Status = XtLdrProtocol->Memory.BuildPageMap(PageMap, 0xC0000000);
if(Status != STATUS_EFI_SUCCESS)
{
/* Failed to build page map */