Hardware/Computer.cs
changeset 254 d8079800a888
parent 236 763675f19ff4
child 256 6dc6410489f4
     1.1 --- a/Hardware/Computer.cs	Mon Feb 07 22:06:58 2011 +0000
     1.2 +++ b/Hardware/Computer.cs	Tue Feb 08 22:02:29 2011 +0000
     1.3 @@ -222,6 +222,13 @@
     1.4          w.WriteLine(IntPtr.Size == 4 ? "32-Bit" : "64-Bit");
     1.5          w.WriteLine();
     1.6  
     1.7 +        string r = Ring0.GetReport();
     1.8 +        if (r != null) {
     1.9 +          NewSection(w);
    1.10 +          w.Write(r);
    1.11 +          w.WriteLine();
    1.12 +        }
    1.13 +
    1.14          NewSection(w);
    1.15          w.WriteLine("Sensors");
    1.16          w.WriteLine();