Hardware/CPU/CPUID.cs
Sun, 08 Aug 2010 13:57:26 +0000 Refactored the hardware monitoring code into a library (Issue 101).
Sat, 22 May 2010 12:12:50 +0000 Attempt to fix an exception:
Sat, 15 May 2010 10:38:47 +0000 Fixed Issue 59.
Fri, 30 Apr 2010 20:53:40 +0000 Fixed an overflow problem with the log function in the CPUID constructor.
Tue, 27 Apr 2010 07:31:46 +0000 Another small fix of the coreId calculation for multi-CPU systems.
Sun, 25 Apr 2010 12:35:16 +0000 Fixed the coreId and threadId calculation in the APIC CPU enumeration code and removed some IndexOutOfRangeException problems.
Sat, 24 Apr 2010 19:59:52 +0000 Implemented APIC based CPU enumeration (Issue 41).