A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer a38e883762 [NTOSKRNL]
Do not use image base addresses above MmHighestUserAddress in MmMapViewOfSection, because it would first succeed when checking for conflicting memory areas, and thus not try to find a better address, but later fail in MmMapViewOfSegment, which cannot create a memory area in system space (only possible with MmKernelAddressSpace / PsIdleProcess).
See issue #5680 for more details.

svn path=/trunk/; revision=54096
2011-10-12 19:26:45 +00:00
reactos [NTOSKRNL] 2011-10-12 19:26:45 +00:00
rosapps [REGEXPL] 2011-10-06 21:36:10 +00:00
rostests [KMTESTS/RTL] 2011-10-12 11:25:34 +00:00
wallpaper Rename the wallpaper to conform with ISO 9660:1988 and make cdmake happy... 2009-02-03 13:26:30 +00:00