A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Alex Ionescu 0e2219f054 [NTOSKRNL]: MOV CRX, YYY and MOV YYY, CRX, as well as the DR equivalents were not correctly detected as privileged instructions in the GPF handler. Fixes Winetests.
[NTOSKRNL]: The "Write" bit in the x86 Error Code is not bit 1, it is bit 2. Fix all the GPF handlers to check for bit 2 instead when determining if an exception was due to read or write. Fixes Winetests.
I'll say it nicely this time for Timo: when you rewrite ASM, do it carefully :)

svn path=/trunk/; revision=55735
2012-02-20 06:43:54 +00:00
reactos [NTOSKRNL]: MOV CRX, YYY and MOV YYY, CRX, as well as the DR equivalents were not correctly detected as privileged instructions in the GPF handler. Fixes Winetests. 2012-02-20 06:43:54 +00:00
rosapps [ROSAPPS] 2012-02-14 14:03:05 +00:00
rostests [NTDLL_WINETEST]: Skip an obviously nonsensical test of trying to sprintf into NULL. 2012-02-20 01:13:50 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00