Add PTE management routines
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 31s
Builds / ExectOS (amd64, release) (push) Successful in 30s
Builds / ExectOS (i686, debug) (push) Successful in 28s
Builds / ExectOS (i686, release) (push) Successful in 27s

This commit is contained in:
2025-10-30 22:03:25 +01:00
parent f6dac12057
commit 1150b9ecdb
3 changed files with 173 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ PMMPTE
MM::PageMap::AdvancePte(PMMPTE Pte,
ULONG Count)
{
/* Return advanced PTE pointer */
return (PMMPTE)((ULONG_PTR)Pte + (Count * sizeof(MMPTE)));
}