Move PFN database size tracking to memory layout

This commit is contained in:
2026-01-29 22:26:31 +01:00
committed by CodingWorkshop Signing Team
parent 94320928bc
commit a2335900ad
8 changed files with 26 additions and 41 deletions

View File

@@ -82,9 +82,6 @@ PMMPFNLIST MM::Pfn::PageLocationList[] = {&ZeroedPagesList,
NULLPTR,
NULLPTR};
/* Size of the PFN database in pages */
PFN_NUMBER MM::Pfn::PfnDatabaseSize;
/* List containing pages mapped as Read-Only (ROM) */
MMPFNLIST MM::Pfn::RomPagesList = {0, StandbyPageList, MAXULONG_PTR, MAXULONG_PTR};