Software Archive
Read-only legacy content
17061 Discussions

Determining CPU temperature

vikranth958
Beginner
580 Views
Hello,
I want to write an assembly language program that finds the current cpu temperature. Please suggest me how to acheive it.
I appreciate if anyone helps me.
Thank you,
Vikranth
0 Kudos
2 Replies
Intel_Software_Netw1
580 Views
Hello,
Engineering is researching your request. A follow-up reply will be posted when additional information is available.
Best regards,
Jim A
IntelSoftware NetworkSupport
0 Kudos
Intel_Software_Netw1
580 Views

Hello Vikranth,

Intel doesn'texpose these APIs,however, there is a program - http://www.intel.com/design/motherbd/active.htm that can be used if its an Intel motherboard that will give this information.

There is aACPI spec where you can get temp info www.acpi.info and here is info on accessing the driver (ACPI.sys) www.microsoft.com/whdc/system/pnppwr/wmi/wmi-acpi.mspx. It looks like Microsoft doesnt provide an interface so one would need to developed - maybe that's what you had in mind.
I hope this helps,
Jim A
IntelSoftware NetworkSupport
0 Kudos
Reply