mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[NTOS:KE/x64] Fix boot process affinity
This commit is contained in:
parent
1ee23d33ac
commit
96d5b6281d
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ KiInitializeKernel(IN PKPROCESS InitProcess,
|
|||
PageDirectory[1] = 0;
|
||||
KeInitializeProcess(InitProcess,
|
||||
0,
|
||||
0xFFFFFFFF,
|
||||
MAXULONG_PTR,
|
||||
PageDirectory,
|
||||
FALSE);
|
||||
InitProcess->QuantumReset = MAXCHAR;
|
||||
|
|
Loading…
Reference in a new issue