Initialize system page tables and configure kernel mappings

This commit is contained in:
2025-12-23 18:03:02 +01:00
committed by CodingWorkshop Signing Team
parent 536d59c3a8
commit 446d9af325
4 changed files with 72 additions and 1 deletions

View File

@@ -17,6 +17,9 @@ namespace MM
{
class Pte
{
private:
STATIC MMPTE ValidPte;
public:
STATIC XTAPI BOOLEAN AddressValid(IN PVOID VirtualAddress);
STATIC XTAPI ULONG GetPtesPerPage(VOID);

View File

@@ -17,6 +17,9 @@ namespace MM
{
class Pte
{
private:
STATIC MMPTE ValidPte;
public:
STATIC XTAPI BOOLEAN AddressValid(IN PVOID VirtualAddress);
STATIC XTAPI ULONG GetPtesPerPage(VOID);