diff -r 0044b05a3094 -r d8079800a888 Hardware/Computer.cs --- a/Hardware/Computer.cs Mon Feb 07 22:06:58 2011 +0000 +++ b/Hardware/Computer.cs Tue Feb 08 22:02:29 2011 +0000 @@ -222,6 +222,13 @@ w.WriteLine(IntPtr.Size == 4 ? "32-Bit" : "64-Bit"); w.WriteLine(); + string r = Ring0.GetReport(); + if (r != null) { + NewSection(w); + w.Write(r); + w.WriteLine(); + } + NewSection(w); w.WriteLine("Sensors"); w.WriteLine();