Implemented APIC based CPU enumeration (Issue 41).

This commit is contained in:
Michael Möller
2010-04-24 19:59:52 +00:00
parent 1f2f9d6843
commit 65b0293b1c
10 changed files with 445 additions and 252 deletions

View File

@@ -78,6 +78,7 @@
<Compile Include="GUI\TypeNode.cs" />
<Compile Include="Hardware\CPU\AMD10CPU.cs" />
<Compile Include="Hardware\CPU\AMD0FCPU.cs" />
<Compile Include="Hardware\CPU\CPUID.cs" />
<Compile Include="Hardware\CPU\CPULoad.cs" />
<Compile Include="Hardware\Hardware.cs" />
<Compile Include="Hardware\HDD\HDD.cs" />