Implement PFN database initialization and memory descriptor processing

This commit is contained in:
2025-12-28 23:25:07 +01:00
parent 4593a89a9b
commit 0880a0f344
12 changed files with 841 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ namespace MM
STATIC XTAPI ULONG GetNextColor();
STATIC XTAPI ULONG GetPagingColors();
STATIC XTAPI ULONG GetPagingColorsMask();
STATIC XTAPI VOID InitializeColorTables(VOID);
};
}