A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer 12404ace17 [NTOSKNRL]
- Change an ASSERT to a KeBugCheck, since the assertion can fail for any invalid memory access and this is not an internal Mm failure.
- Remove 2 cases, that "Should NEVER happen on ARM3!!!", but can very well happen.
- Do NOT make the code cleaner, by releasing the PFN lock in the same function that acquires it, but keep it 2 functions down. This is because it *SHOULD* be that way, since some internal undocumented functions, that we do not implement but that are (theoretically) called from here, also do release the PFN lock. Thanks Alex for explaining this.

svn path=/trunk/; revision=52507
2011-07-02 23:11:06 +00:00
reactos [NTOSKNRL] 2011-07-02 23:11:06 +00:00
rosapps [SYSTEMINFO] 2011-04-05 21:20:42 +00:00
rostests [CMAKE] 2011-06-27 17:20:02 +00:00
wallpaper Rename the wallpaper to conform with ISO 9660:1988 and make cdmake happy... 2009-02-03 13:26:30 +00:00