1
0
원본 프로젝트 : xt-sys/exectos

Add temporary fallback for BeginStandbyList insertion

This commit is contained in:
2026-01-05 19:41:46 +01:00
부모 154ca7be35
커밋 4b50278ac9

파일 보기

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