PDA

View Full Version : Pentium III Core Temperature Monitoring


trueblue
01-02-2001, 01:05 PM
I have a Pentium III 750 running Windows 98 SE on a Jetway 616AF Motherboard equipped with the Intel 815 Chipset and Award Bios Version 6.00PGN Modular BIOS.

I want to write a Windows 98 application mainly in Microsoft Visual C++ Version 5. The application needs to monitor the Pentium Core temperature. How do I do it? I guess its something to do with BIOS interrupts, bit I cannot find the right sort of information on the internet.

hiredgoonz
01-02-2001, 02:08 PM
Do you just want to write it for the sake of writing it or do you just want to monitor the temperature? There is a program called motherboard monitor that does what you're talking about, it's free...I'm sure you can find it if you do a search...

trueblue
01-02-2001, 04:50 PM
Originally posted by hiredgoonz:
Do you just want to write it for the sake of writing it or do you just want to monitor the temperature? There is a program called motherboard monitor that does what you're talking about, it's free...I'm sure you can find it if you do a search...

I do want to write it because its part of a bigger project of mine