mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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;
|
SectionSize.QuadPart = 0xFFFFFFFF;
|
||||||
InitializeObjectAttributes(&Obj,
|
InitializeObjectAttributes(&Obj,
|
||||||
&Name,
|
&Name,
|
||||||
0,
|
OBJ_PERMANENT,
|
||||||
NULL,
|
NULL,
|
||||||
NULL);
|
NULL);
|
||||||
Status = MmCreateSection(&PhysSection,
|
Status = MmCreateSection(&PhysSection,
|
||||||
|
|
Loading…
Reference in a new issue