[ros-diffs] [ion] 25639: - Enable NT Scheduler. - 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: - Exp