![]() |
Re: core2duotemp.c to core2duotemp.pas
ExpressOrgChart by Developer Express Inc
What's this??? I accept source code only! |
Re: core2duotemp.c to core2duotemp.pas
this is perfectly ok just test it and report what does it report when reading msrs.Becouse i get 0
|
Re: core2duotemp.c to core2duotemp.pas
Can someone test?
|
Re: core2duotemp.c to core2duotemp.pas
Razor: I'm personally going to ask our Admin, Daniel, to temporarily ban your account for at least 48 hours if you are pushing only a single more time! Treat this as a very, very last warning.
You have been told multiple times that pushing is not allowed. So do not push again. |
Re: core2duotemp.c to core2duotemp.pas
Reply to my PM!And take action!
|
Re: core2duotemp.c to core2duotemp.pas
EDIT: Ich habe doch glatt eine Seite übersehen und auf 'n uralten Post geantwortet, sry :wall:
|
Re: core2duotemp.c to core2duotemp.pas
Yea and? :)
|
Re: core2duotemp.c to core2duotemp.pas
Well any new news on this?Seems nobody cares about this topic or is it just me
|
Re: core2duotemp.c to core2duotemp.pas
Zitat:
![]() |
Re: core2duotemp.c to core2duotemp.pas
Ahh hathor tooo late!You are late...
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 :lol:
Delphi-Quellcode:
function intelcore(cpuaffinity:dword):string;
var msrvalue:tmsr; eax,x,edx:dword; s:string; o:integer; begin RDMSRex($19C,msrvalue,cpuaffinity); If msrvalue.LowPart and $8000 > 0 then begin x := eax; x:=x shr 16 and $0000ff ; s:=Format('%8.8x', [x]); o:=TJunction-HexToInt(S); result:=inttostr(o)+' °C'; end; end; //Rdmsr($EE,msrvalue); //IF msrvalue.HiPart and $40000000 = 0 then TJunction := 100 Else TJunction := 85; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 15:14 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz