forked from xt-sys/exectos
Properly, recursively self map page tables; currently only for AMD64 and PML4
This commit is contained in:
@@ -55,7 +55,7 @@ XtEnablePaging(IN PXTBL_PAGE_MAPPING PageMap)
|
||||
}
|
||||
|
||||
/* Build page map */
|
||||
Status = XtLdrProtocol->Memory.BuildPageMap(PageMap);
|
||||
Status = XtLdrProtocol->Memory.BuildPageMap(PageMap, 0);
|
||||
if(Status != STATUS_EFI_SUCCESS)
|
||||
{
|
||||
/* Failed to build page map */
|
||||
|
Reference in New Issue
Block a user