Made the physical memory section permanent.

svn path=/trunk/; revision=14832
This commit is contained in:
Hartmut Birr 2005-04-27 21:44:27 +00:00
parent 68f8b9f89b
commit d38a2745a9

View file

@ -2104,7 +2104,7 @@ MmCreatePhysicalMemorySection(VOID)
SectionSize.QuadPart = 0xFFFFFFFF;
InitializeObjectAttributes(&Obj,
&Name,
0,
OBJ_PERMANENT,
NULL,
NULL);
Status = MmCreateSection(&PhysSection,