Add temporary fallback for BeginStandbyList insertion

This commit is contained in:
2026-01-05 19:41:46 +01:00
committed by CodingWorkshop Signing Team
parent 41eed4c7ad
commit cb61566e8b

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
{ {