mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
f4f8ee78d1
[NTOS]: The paged pool free code was behaving incorrectly, assuming that paged pool was "locked down" and never paged out/reused (a valid NT operation mode), while the allocation code was assuming paged pool was a volatile, reusable, pageable resource (normal NT operation mode). The free code now assumes normal operation mode, and actually frees the freed paged pool pages, by using MiDeleteSystemPageableVm. I have a feeling this will make ARM3 paged pool work. svn path=/trunk/; revision=47582 |
||
---|---|---|
irc | ||
reactos | ||
rosapps | ||
rostests | ||
wallpaper |