Thema: Delphi CPUID Intel&AMD

Einzelnen Beitrag anzeigen

Razor
(Gast)

n/a Beiträge
 
#20

Re: CPUID Intel&AMD

  Alt 4. Jun 2008, 18:09
I did that read everything however i need to extract the VID-Voltage Id.
IA32_PERF_STATUS is the msr address.


Delphi-Quellcode:
function tform1.getcoremulti:integer;
 var

 eax,edx:dword;
 begin
  RdMSR($198, eax,edx) ;
  result:= eax SHR 8 and $ff
 end;

However how to read voltage?
  Mit Zitat antworten Zitat