Initialize system PTEs with arch-specific list terminator
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 36s
Builds / ExectOS (amd64, release) (push) Successful in 35s
Builds / ExectOS (i686, release) (push) Successful in 33s
Builds / ExectOS (i686, debug) (push) Successful in 36s

This commit is contained in:
2026-01-03 21:11:29 +01:00
parent 329143b4f6
commit 5e5b4a8392
6 changed files with 20 additions and 7 deletions

View File

@@ -97,6 +97,9 @@ MMPFNLIST MM::Pfn::ZeroedPagesList = {0, ZeroedPageList, MAXULONG_PTR, MAXULONG_
/* Array of lists for available System PTEs, separated by pool type */
MMPTE MM::Pte::FirstSystemFreePte[MaximumPtePoolTypes];
/* PTE list terminator */
ULONG_PTR MM::Pte::ListTerminator;
/* Virtual base address of the System PTE space */
PMMPTE MM::Pte::SystemPteBase;