mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +00:00
[0.4.13][NTOS:MM] Copy the WorkingSet page when initializing "hand-built" process CORE-16737
(and part of the duplicated ticket CORE-17642 which covers a bit more changes in master)
fix picked from 0.4.15-dev-3018-g 34662e2f6f
This commit is contained in:
parent
37bfb46a94
commit
c1a59f6d2e
1 changed files with 1 additions and 0 deletions
|
@ -1046,6 +1046,7 @@ MmInitializeHandBuiltProcess(IN PEPROCESS Process,
|
||||||
|
|
||||||
/* Use idle process Working set */
|
/* Use idle process Working set */
|
||||||
Process->Vm.VmWorkingSetList = PsGetCurrentProcess()->Vm.VmWorkingSetList;
|
Process->Vm.VmWorkingSetList = PsGetCurrentProcess()->Vm.VmWorkingSetList;
|
||||||
|
Process->WorkingSetPage = PsGetCurrentProcess()->WorkingSetPage;
|
||||||
|
|
||||||
/* Done */
|
/* Done */
|
||||||
Process->HasAddressSpace = TRUE;//??
|
Process->HasAddressSpace = TRUE;//??
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue