WinDbg : !cpuinfo
The !cpuinfo command will list out hte processors on the mahcine and also display some information required about those.
0: kd> !cpuinfo
CP F/M/S Manufacturer MHz PRCB Signature MSR 8B Signature Features
0 6,26,5 GenuineIntel 2527 0000001000000000 >0000001000000000<211b3ffe
1 6,26,5 GenuineIntel 2527 0000001000000000 211b3ffe
Cached Update Signature 0000001000000000
Initial Update Signature 0000001000000000
In the similar lines there is also the !sysinfo command which can help mine other information related to the hardware.
The !cpuinfo command will list out hte processors on the mahcine and also display some information required about those.
0: kd> !cpuinfo
CP F/M/S Manufacturer MHz PRCB Signature MSR 8B Signature Features
0 6,26,5 GenuineIntel 2527 0000001000000000 >0000001000000000<211b3ffe
1 6,26,5 GenuineIntel 2527 0000001000000000 211b3ffe
Cached Update Signature 0000001000000000
Initial Update Signature 0000001000000000
In the similar lines there is also the !sysinfo command which can help mine other information related to the hardware.
No comments:
Post a Comment