mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 02:41:55 +00:00
[0.4.14][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
57efac32b1
commit
69b9233ee2
1 changed files with 1 additions and 0 deletions
|
@ -1046,6 +1046,7 @@ MmInitializeHandBuiltProcess(IN PEPROCESS Process,
|
|||
|
||||
/* Use idle process Working set */
|
||||
Process->Vm.VmWorkingSetList = PsGetCurrentProcess()->Vm.VmWorkingSetList;
|
||||
Process->WorkingSetPage = PsGetCurrentProcess()->WorkingSetPage;
|
||||
|
||||
/* Done */
|
||||
Process->HasAddressSpace = TRUE;//??
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue