Add routine to retrieve installed memory size

This commit is contained in:
2026-01-15 19:09:10 +01:00
parent c3607ea943
commit 46c24e653e
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);