reactos/rostests/kmtests/ntos_mm
Thomas Faber b89db46b1f [KMTESTS:MM]
Add some more tests for physical memory sections:
- Show that any alignment for SectionOffset/ViewSize is allowed. It will get automatically fixed up to page alignment
- Show that kernel mode can map views beyond the highest physical page, but user mode cannot
CORE-13113

svn path=/trunk/; revision=74446
2017-05-02 09:02:10 +00:00
..
CMakeLists.txt
MmMdl.c
MmReservedMapping.c
MmSection.c [KMTESTS:MM] 2017-05-02 09:02:10 +00:00
NtCreateSection_drv.c
NtCreateSection_user.c [KMTESTS:MM] 2017-02-18 14:22:44 +00:00
ZwAllocateVirtualMemory.c
ZwCreateSection.c [KMTESTS:MM] 2017-04-17 20:37:26 +00:00
ZwMapViewOfSection.c [KMTESTS:MM] 2017-04-23 08:10:46 +00:00