Use portable affinity mask for the idle process

此提交包含在:
2025-07-20 12:34:20 +02:00
提交者 CodingWorkshop Signing Team
父節點 24b6cc2250
當前提交 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 */