Initialize system page tables and configure kernel mappings

This commit is contained in:
2025-12-23 18:03:02 +01:00
parent b3b874d3ce
commit 1e3917882c
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);