Properly, recursively self map page tables on i686 architecture

This commit is contained in:
2024-04-07 17:11:14 +02:00
parent 7c9233c9a2
commit 388ac1a8c2
2 changed files with 56 additions and 2 deletions

View File

@@ -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 */