Implement initial memory manager infrastructure #24

Open
harraiken wants to merge 169 commits from memmgr into master
Showing only changes of commit 687c58d923 - Show all commits

View File

@@ -20,10 +20,9 @@ XTAPI
VOID
MM::Manager::InitializeMemoryLayout(VOID)
{
ULONG PhysicalPages;
/* Not finished yet */
UNIMPLEMENTED;
ULONG_PTR PagedPoolSize, PteCount;
PFN_NUMBER PfnDatabaseSize, PhysicalPages;
ULONG PtesPerPage;
/* Define the number of system PTEs */
NumberOfSystemPtes = MM_DEFAULT_NUMBER_SYSTEM_PTES;