A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Sir Richard 73b2dc4317 [NTOS]: Enable MmPageEntireDriver by implementing MiSetPagingOfDriver.
[NTOS]: Call MiEnablePagingOfDriver from MmLoadSystemImage and implement it. All the work is done other than actually enabling paging, which requires system working set support.
[NTOS]: Implement MiWriteProtectSystemImage and MiComputeDriverProtection. All the work is done other than actually setting the bits on the pages, since I wanted to avoid too many changes.
[NTOS]: MmCheckSystemImage returns STATUS_INVALID_IMAGE_PROTECT, not STATUS_INVALID_IMAGE_FORMAT, so the branch in MmLoadSystemImage needs to check for the correct status code.
[NTOS]: Support FLG_SHOW_LDR_SNAPS for the kernel loader.

svn path=/trunk/; revision=46977
2010-04-21 14:06:01 +00:00
irc
reactos [NTOS]: Enable MmPageEntireDriver by implementing MiSetPagingOfDriver. 2010-04-21 14:06:01 +00:00
rosapps [DRIVERS/GREEN] 2010-04-08 09:39:24 +00:00
rostests [W32KNAPI] 2010-04-19 19:45:10 +00:00
wallpaper