Implement initial memory manager infrastructure #24

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

View File

@@ -210,6 +210,9 @@ MM::Pfn::DecrementReferenceCount(IN PMMPFN PageFrameNumber,
if(BeginStandbyList) if(BeginStandbyList)
{ {
UNIMPLEMENTED; UNIMPLEMENTED;
/* Temporarily link clean page to the end of the standby list */
LinkPage(&StandbyPagesList, PageFrameIndex);
} }
else else
{ {