阅读:1278回复:4
怎么获得CPU的ID号?
如题
|
|
沙发#
发布于:2002-07-01 11:37
What\'s the CPUID instruction ?
--------------------------------------------------------------------------- see the Intel manual,volume2:Instuction Set Referentce and by the way, how to read the hard disk serial number which was hard coded on the disk by the manufacturer.not the volume number. ----------------------------------------------------------------------------http://www.driverdevelop.com/forum/viewthread.php?tid=14594#pid73791 http://www.driverdevelop.com/forum/viewthread.php?tid=15177#pid74897 |
|
板凳#
发布于:2002-07-01 11:25
input value entered initially in the EAX register. What\'s the CPUID instruction ? and by the way, how to read the hard disk serial number which was hard coded on the disk by the manufacturer.not the volume number. |
|
|
地板#
发布于:2002-07-01 11:04
Yes, if u use C,plz using inline assembly.
|
|
|
地下室#
发布于:2002-06-30 07:58
input value entered initially in the EAX register.
then use CPUID instruction. |
|