Hardware/Ring0.cs
2011-05-22 Fixed Issue 225.
2011-05-22 Fixed Issue 224.
2011-05-15 Fixed Issue 220.
2011-05-15 Fixed Issue 218.
2011-05-15 Fixed Issue 216.
2011-05-08 Fixed the bus and core clock reading on AMD family 10h model Ah CPUs. The new "Core Performance Boost" feature of these CPUs resulted in very low accuracy of the bus speed (and as a consequence also an inaccurate TSC multiplier). This fixed Issue 205.
2011-03-15 Fixed Issue 165.
2011-02-12 Fixed Issue 164.
2011-02-11 Added code to delete any kernel driver service that can't be opened before reinstalling it.
2011-02-08 Added some error reporting to the Ring0 driver loading code.
2010-11-03 Added CPUID support for Linux.
2010-10-31 Replaced the non-kernel code of WinRing0 with a managed implementation. The new implementation should fix Issue 32 and simplify further work on Issue 46.