mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTOS:MM] Copy the WorkingSet page when initializing "hand-built" process
CORE-17642
This commit is contained in:
@@ -1108,6 +1108,7 @@ MmInitializeHandBuiltProcess(IN PEPROCESS Process,
|
||||
|
||||
/* Use idle process Working set */
|
||||
Process->Vm.VmWorkingSetList = PsGetCurrentProcess()->Vm.VmWorkingSetList;
|
||||
Process->WorkingSetPage = PsGetCurrentProcess()->WorkingSetPage;
|
||||
|
||||
/* Done */
|
||||
Process->HasAddressSpace = TRUE;//??
|
||||
|
||||
Reference in New Issue
Block a user