Zitat von
hathor:
Zitat von
Razor:
...I've made it 2 months ago.. aswell my driver and the K8(Athlon 64,Athlon X2) and K10(Phenom X4 and X3 and Opteron) readings all internal sensor.Shows same as coretemp..I did it my own no forum asking nothing..so yes
...and what about TJunction := 105, if NOT TJunction := 100 and NOT TJunction := 85 ???
What!
You cant read the code...
Use this.
Delphi-Quellcode:
var
tjunction:integer;<<must be global var
Rdmsr($EE,msrvalue);
IF msrvalue.HiPart and $40000000 = 0 then TJunction := 100 Else TJunction := 85;