Update PTE related structures

This commit is contained in:
2024-04-03 16:00:26 +02:00
parent dcca4870cd
commit c6f3422c49
5 changed files with 345 additions and 13 deletions

View File

@@ -789,7 +789,7 @@ BlpGetNextPageTable(IN PXTBL_PAGE_MAPPING PageMap,
/* Set paging entry settings */
PageTable[Entry].PageFrameNumber = Address / EFI_PAGE_SIZE;
PageTable[Entry].Valid = 1;
PageTable[Entry].Write = 1;
PageTable[Entry].Writable = 1;
PmlPointer = (ULONGLONG)Address;
}