Correct VA masking in AMD64 page mapping functions
All checks were successful
Builds / ExectOS (i686, release) (push) Successful in 26s
Builds / ExectOS (amd64, release) (push) Successful in 27s
Builds / ExectOS (amd64, debug) (push) Successful in 42s
Builds / ExectOS (i686, debug) (push) Successful in 40s

This commit is contained in:
2025-08-18 01:07:28 +02:00
parent d602038858
commit c409400cbf
3 changed files with 12 additions and 5 deletions

View File

@@ -101,6 +101,7 @@ typedef struct _MMPAGEMAP_INFO
ULONGLONG PpeBase;
ULONGLONG PxeBase;
ULONGLONG P5eBase;
ULONG VaBits;
} MMPAGEMAP_INFO, *PMMPAGEMAP_INFO;
/* A Page Table Entry on AMD64 system */