Properly, recursively self map page tables on i686 architecture

This commit is contained in:
2024-04-07 17:11:14 +02:00
父節點 7c9233c9a2
當前提交 388ac1a8c2
共有 2 個文件被更改,包括 56 次插入2 次删除

查看文件

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