A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer 440561287c [NTOSKRNL]
- Modify MiRosTakeOverPebTebRanges to only create a memory area for the shared user page and rename it to MiRosTakeOverSharedUserPage. Previously it was creating a memory area for the whole region from USER_SHARED_DATA up to MM_HIGHEST_USER_ADDRESS, which is the majority of the x64 user mode address space and doesn't even contain the PEB/TEB. Those are allocated below the shared user page and get their memory areas created in MiInsertNode.
- Add amd64 versions of MmGetPageTableForProcess, MmUnmapPageTable, MmGetPageFileMapping

svn path=/trunk/; revision=55438
2012-02-05 18:41:37 +00:00
reactos [NTOSKRNL] 2012-02-05 18:41:37 +00:00
rosapps [SSSTARS] 2011-12-19 10:22:06 +00:00
rostests [user32_apitest] 2012-01-31 10:49:44 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00