AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

CPUID Intel&AMD

Ein Thema von Razor · begonnen am 31. Mai 2008 · letzter Beitrag vom 10. Jun 2008
Antwort Antwort
Seite 4 von 5   « Erste     234 5      
Razor
(Gast)

n/a Beiträge
 
#31

Re: CPUID Intel&AMD

  Alt 6. Jun 2008, 18:36
Some usefull info

Pentium-M (centrino) - Celeron-M
Frequency to FID
FID = frequency / bus_speed (bus speed is usually 100 or 133 Mhz, depending on the model).


FID to Frequency
frequency = FID * bus_speed (in Mhz) (bus speed is usually 100 or 133 Mhz, depending on the model).


Voltage to VID
VID = (voltage - 700) / 16


VID to Voltage
voltage = (VID * 16) + 700 (in milivolts).
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#32

Re: CPUID Intel&AMD

  Alt 7. Jun 2008, 18:32
Result...

http://img.techpowerup.org/080607/Capture004.jpg
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#33

Re: CPUID Intel&AMD

  Alt 9. Jun 2008, 15:03
800 views and no replys or interest sad sad..
  Mit Zitat antworten Zitat
Benutzerbild von Zacherl
Zacherl

Registriert seit: 3. Sep 2004
4.629 Beiträge
 
Delphi 10.2 Tokyo Starter
 
#34

Re: CPUID Intel&AMD

  Alt 9. Jun 2008, 15:42
You could publish some code ..
  Mit Zitat antworten Zitat
Muetze1
(Gast)

n/a Beiträge
 
#35

Re: CPUID Intel&AMD

  Alt 9. Jun 2008, 23:47
What do you expect that we should reply? It is just a picture. So, nice Photoshop? nice Label Caption assignment? Or nice work? We do not know and we also can not verify.

Does it run just on your CPU? Runs it also on other CPUs? Is the result correct? Is the result correct for other CPUs?

What did you expect? Something like "Oh, nice - you're still trying..."? So dude, please tell me what did you expect, that you are now yelling about no reaction?
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#36

Re: CPUID Intel&AMD

  Alt 10. Jun 2008, 07:23
Muetze you suck in english sorry to tell you that but yea skipping class isn't a good idea
And no its no photoshop again you are soo funny.
IA32_PERF_STATUS is for all sorts of things but how can i find out max multiplier.


I'll write my own component i don't some snippets off this forum.Meh
  Mit Zitat antworten Zitat
hathor
(Gast)

n/a Beiträge
 
#37

Re: CPUID Intel&AMD

  Alt 10. Jun 2008, 08:14
Hi, David! Give us more...
Miniaturansicht angehängter Grafiken
probtec0.1_124.jpg  
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#38

Re: CPUID Intel&AMD

  Alt 10. Jun 2008, 08:15
Hehe you found out right .Well its gonna look like that yea however people say i copy cpuz style.Damn i hate them..Yes i will post more after i finish writting component.


I will also make shared memory hathor!
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#39

Re: CPUID Intel&AMD

  Alt 10. Jun 2008, 08:57
Someone test this please....

Delphi-Quellcode:
function TCpuinfo.getcoremulti_current:integer;
var
eax,edx:dword;
begin
  RdMSR($198, eax,edx) ;
  result:=eax SHR 8 and $ff// Current multiplier
end;

function TCpuinfo.getcoremulti_max:integer;
var
eax,edx:dword;
begin
  RdMSR($198, eax,edx) ;
  result:=edx SHR 8 and $ff// Maximum multiplier
end;

function TCpuinfo.getcoremulti_low:integer;
var
eax,edx:dword;
begin
  RdMSR($198, eax,edx) ;
  result:=edx SHR 24 and $ff// Low multiplier
end;
  Mit Zitat antworten Zitat
Benutzerbild von hitzi
hitzi

Registriert seit: 2. Jan 2003
Ort: Eibau
768 Beiträge
 
Delphi 2010 Professional
 
#40

Re: CPUID Intel&AMD

  Alt 10. Jun 2008, 09:13
Test what? What should happen? What do you expect? Oh and your functions dont work - RdMSR is unknown. You said nothing about what is needed for running these functions and I dont read all of your threads to understand where this RdMSR is defined.

I'm sorry to tell you "test failed!"
Thomas
Besucht doch mal http://www.hitziger.net
  Mit Zitat antworten Zitat
Antwort Antwort
Seite 4 von 5   « Erste     234 5      


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 00:08 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz