Add temporary fallback for BeginStandbyList insertion
All checks were successful
Builds / ExectOS (i686, release) (push) Successful in 28s
Builds / ExectOS (i686, debug) (push) Successful in 28s
Builds / ExectOS (amd64, debug) (push) Successful in 39s
Builds / ExectOS (amd64, release) (push) Successful in 37s

This commit is contained in:
2026-01-05 19:41:46 +01:00
parent 154ca7be35
commit 4b50278ac9

View File

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