mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Made the physical memory section permanent.
svn path=/trunk/; revision=14832
This commit is contained in:
parent
68f8b9f89b
commit
d38a2745a9
1 changed files with 1 additions and 1 deletions
|
@ -2104,7 +2104,7 @@ MmCreatePhysicalMemorySection(VOID)
|
|||
SectionSize.QuadPart = 0xFFFFFFFF;
|
||||
InitializeObjectAttributes(&Obj,
|
||||
&Name,
|
||||
0,
|
||||
OBJ_PERMANENT,
|
||||
NULL,
|
||||
NULL);
|
||||
Status = MmCreateSection(&PhysSection,
|
||||
|
|
Loading…
Reference in a new issue