[NTOSKRNL/MM]
authorJérôme Gardou <jerome.gardou@reactos.org>
Tue, 22 Nov 2011 22:01:06 +0000 (22:01 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Tue, 22 Nov 2011 22:01:06 +0000 (22:01 +0000)
commit27d513df6e2a1c2e67af5f5abdec04e15a5cd5e4
treeceb80e17b88f6496c975eb0d62e7f573d8bbc42f
parent397bb2c11e250a6df5e5a7164982bbbeac50d60f
[NTOSKRNL/MM]
- create a page op when changing page protection attribute
- properly handle PAGE_NOACCESS protection change in NtProtectVirtualMemory
- Round down the address we're given when creating a page op, so we're sure there is o,ly one page op for running for one page
- Add a small hack
Now ReatOS boots with DPH enabled on low memory conditions

svn path=/trunk/; revision=54477
reactos/ntoskrnl/mm/anonmem.c
reactos/ntoskrnl/mm/i386/page.c
reactos/ntoskrnl/mm/pageop.c