Fix physical page count overflow by using 64-bit type
Všechny kontroly byly úspěšné
Builds / ExectOS (amd64, release) (push) Successful in 29s
Builds / ExectOS (amd64, debug) (push) Successful in 31s
Builds / ExectOS (i686, release) (push) Successful in 31s
Builds / ExectOS (i686, debug) (push) Successful in 33s

Tento commit je obsažen v:
2025-12-22 23:32:54 +01:00
rodič 643fd0d1e8
revize 7575526f07
3 změnil soubory, kde provedl 4 přidání a 4 odebrání

Zobrazit soubor

@@ -34,7 +34,7 @@ ULONG_PTR MM::Pfn::LowestPhysicalPage = -1;
MMMEMORY_LAYOUT MM::Manager::MemoryLayout;
/* Number of physical pages */
ULONG MM::Pfn::NumberOfPhysicalPages;
ULONGLONG MM::Pfn::NumberOfPhysicalPages;
/* Number of system PTEs */
PFN_NUMBER MM::Manager::NumberOfSystemPtes;