mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
594d924eaae1dfe12c0c4d51922858b0371c93ba
- The good: - Fixes hangs/freezes in trunk - No matter how sluggish the system got, I was able to move the mouse and other apps were still responsive even though one app was hogging the CPU. - Balancer thread activates and does its job of preventing deadlocks. - The code was heavily tested and some of it is based off direct pseudo-code from NT's very own kernel (legally obtained from Windows Internals II slides) as well as Windows Internals 4th. The bad: - Explorer takes 30 seconds to load, after that all is fine though. - First-stage installer asserts at 18% in Mm instead of lagging like previously. - Various other Mm crashes related to the above ^^. - Please help out to fix/figure out the Mm crashes! It would be much appreciated, otherwise, in a week, we will revert this patch as well as the patch that caused the hangs/freezes. svn path=/trunk/; revision=25639
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%