Add routine to retrieve installed memory size

This commit is contained in:
2026-01-15 19:09:10 +01:00
committed by CodingWorkshop Signing Team
parent bc85eb3c12
commit 8577d23e47
2 changed files with 16 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ namespace MM
STATIC PFN_NUMBER NumberOfSystemPtes;
public:
STATIC XTAPI ULONG_PTR GetInstalledMemorySize(VOID);
STATIC XTAPI PMMMEMORY_LAYOUT GetMemoryLayout(VOID);
STATIC XTAPI PFN_NUMBER GetNumberOfSystemPtes();
STATIC XTAPI VOID InitializeMemoryLayout(VOID);