A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Timo Kreuzer 02fdd71dd4 [NTOSKRNL]
- Modify the logic in MmArmAccessFault, so that faults on kernel mode addresses including page table addresses are handled in the first part and user mode addresses (VADs) in the second part. This works, because for the special case of page table addresses, the user mode and kernel mode part of the code end up doing the same thing and this simplifies the code.
- In the user mode part call MiCheckVirtualAddress early and bail out if no VAD is found, since we do not care about any other cases any more.

svn path=/trunk/; revision=55459
2012-02-06 14:32:07 +00:00
reactos [NTOSKRNL] 2012-02-06 14:32:07 +00:00
rosapps [SSSTARS] 2011-12-19 10:22:06 +00:00
rostests [rosautotest] 2012-02-05 20:56:21 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00