A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Aleksey Bragin 921e734833 [NTOS/MM]
- Implement MiInitializePfnAndMakePteValid() which is basically MiInitializePfn() combined with making PTE valid and some other changes.
- Don't initialize PTE and pass valid PTE for initialization to MiInitializePfn() when allocating a page in special pool, this is wrong. Instead call a function designed to do this - MiInitializePfnAndMakePteValid(). It performs correct checks and PFN reference counting.

svn path=/trunk/; revision=53909
2011-09-30 21:45:25 +00:00
reactos [NTOS/MM] 2011-09-30 21:45:25 +00:00
rosapps [SYSTEMINFO] 2011-04-05 21:20:42 +00:00
rostests [user32_apitest] 2011-09-30 15:37:13 +00:00
wallpaper