Use portable affinity mask for the idle process

このコミットが含まれているのは:
2025-07-20 12:34:20 +02:00
committed by CodingWorkshop Signing Team
コミット e778a95a01

ファイルの表示

@@ -93,7 +93,7 @@ KepStartKernel(VOID)
RtlInitializeListHead(&KepProcessListHead);
PageDirectory[0] = 0;
PageDirectory[1] = 0;
KeInitializeProcess(CurrentProcess, 0, 0xFFFFFFFF, PageDirectory, FALSE);
KeInitializeProcess(CurrentProcess, 0, MAXULONG_PTR, PageDirectory, FALSE);
CurrentProcess->Quantum = MAXCHAR;
/* Initialize Idle thread */