mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[NTOS:KE/x64] Fix boot process affinity
This commit is contained in:
@@ -292,7 +292,7 @@ KiInitializeKernel(IN PKPROCESS InitProcess,
|
||||
PageDirectory[1] = 0;
|
||||
KeInitializeProcess(InitProcess,
|
||||
0,
|
||||
0xFFFFFFFF,
|
||||
MAXULONG_PTR,
|
||||
PageDirectory,
|
||||
FALSE);
|
||||
InitProcess->QuantumReset = MAXCHAR;
|
||||
|
||||
Reference in New Issue
Block a user