[Freedos-user] CPU temperature

2012-11-18 Thread Marcos Favero Florence de Barros
Hi, Do we have a DOS utility to show CPU temperature and other data such as cooling fan speed, similarly to what exists in the setup? Marcos -- Marcos Fávero Florence de Barros Campinas, Brazil

Re: [Freedos-user] CPU temperature

2012-11-18 Thread Chris Evans
There is no standard way to read that data since it is motherboard specific. Maybe IPMI but i am not sure. -chris http://digitalatoll.com/ On Sun, Nov 18, 2012 at 10:20 AM, Marcos Favero Florence de Barros fav...@mpcnet.com.br wrote: Hi, Do we have a DOS utility to show CPU temperature

Re: [Freedos-user] CPU temperature

2012-11-18 Thread Chris Evans
I looking around on my server and i found this maybe it can help ftp://digitalatoll.com/CODING/C/CPU_TEMP.C looks incomplete though -chris http://digitalatoll.com/ On Sun, Nov 18, 2012 at 10:20 AM, Marcos Favero Florence de Barros fav...@mpcnet.com.br wrote: Hi, Do we have a DOS utility

Re: [Freedos-user] hard drive question?

2012-11-18 Thread Robert Riebisch
Rugxulo wrote: BTW, I think the iBiblio mirror for FreeDOS is over 6 GB these days (probably due to big distros and lots of older versions of stuff). No idea what a full DJGPP mirror would take (rr? any guess?). Or even how big Simtel's /msdos/ is or (defunct) Garbo, etc. My DJGPP mirror

Re: [Freedos-user] hard drive question?

2012-11-18 Thread Robert Riebisch
Michael B. Brutman wrote: drives to hold common data. I wrote a little command line boot manager to hide the partition that is not in use so that drive letters don't shift. (DOS 3.3 can't see the DOS 5 partition, but if the DOS 3.3 partition is not hidden DOS 5 will see it.) For the

Re: [Freedos-user] CPU temperature

2012-11-18 Thread Chris Evans
ftp://digitalatoll.com/DMSOFT/cputemp.tar.gz I wrote this for linux, I think you have to have AMD acpi driver installed though. I still looking for the I/O address for cputemp so i can make a dos version. -chris http://digitalatoll.com/ On Sun, Nov 18, 2012 at 10:20 AM, Marcos Favero Florence

Re: [Freedos-user] CPU temperature

2012-11-18 Thread Chris Evans
ftp://digitalatoll.com/DMSOFT/cputemp.zip There is my attempt to make a DOS version Not sure if it works, since it returns 255 on this laptop -chris http://digitalatoll.com/ On Sun, Nov 18, 2012 at 10:20 AM, Marcos Favero Florence de Barros fav...@mpcnet.com.br wrote: Hi, Do we have a

[Freedos-user] CPU temperature

2012-11-18 Thread Marcos Favero Florence de Barros
Hi Chris, ftp://digitalatoll.com/DMSOFT/cputemp.zip There is my attempt to make a DOS version Not sure if it works, since it returns 255 on this laptop I'm afraid it doesn't on my AMD desktop either: C:\UTIL\HARDWAREcputemp.com CPU Temperature : 255 Regards, Marcos

Re: [Freedos-user] CPU temperature

2012-11-18 Thread Chris Evans
I'll still look for a acpi temperature programming guide, It was a guess though. On Sunday, November 18, 2012, Marcos Favero Florence de Barros wrote: Hi Chris, ftp://digitalatoll.com/DMSOFT/cputemp.zip There is my attempt to make a DOS version Not sure if it works, since it returns 255