Update PTE related structures

This commit is contained in:
2024-04-03 16:00:26 +02:00
rodzic dcca4870cd
commit c6f3422c49
5 zmienionych plików z 345 dodań i 13 usunięć

Wyświetl plik

@@ -214,7 +214,7 @@ BlMapPage(IN PXTBL_PAGE_MAPPING PageMap,
/* Set paging entry settings */
Pml1[Pml1Entry].PageFrameNumber = PageFrameNumber;
Pml1[Pml1Entry].Valid = 1;
Pml1[Pml1Entry].Write = 1;
Pml1[Pml1Entry].Writable = 1;
/* Take next virtual address and PFN */
VirtualAddress += EFI_PAGE_SIZE;