Adding software cooling to the bios
I have a kr7 that I have always added software cooling to at the OS level with wpcredit and wpcrset.
Didn't you tell me once you had a tool that would build a additonal nin file or soemthing that would actually be flashed into the bios itself instaed of me always having to do wpcrset?
Does it work also for say a ECS MB? When making the mod using wpcrset to teh ecs it adds like FIVE minutes to the boot time. The cooling worked but... not worth the 5 minutes.
Tex
Didn't you tell me once you had a tool that would build a additonal nin file or soemthing that would actually be flashed into the bios itself instaed of me always having to do wpcrset?
Does it work also for say a ECS MB? When making the mod using wpcrset to teh ecs it adds like FIVE minutes to the boot time. The cooling worked but... not worth the 5 minutes.
Tex
0
Comments
At boot up the file is executed along with everything else the bios does and no software is needed. I did come across a problem with that on my KT7 board in that when I tried to disable the cooling bits it wouldn't do it.
What we came to the conclusion of is that that particular code was executed BEFORE the code in the bios and the bios code rewrote it.
So yes the cooling bits should be able to be automatically turned on when the system boots up without WPCredit.
Tex
It is sort of the same thing as the PCI modules which your RAID is.
Here is a code for my KT7 if I remember correctly.
pushad
mov eax,0x80000050
mov dx,0xcf8
out dx,eax
mov dx,0xcfc
in eax,dx
and eax,0xBF7FFFFF
or eax,0x00000000
out dx,eax
popad
ret
The lowest register number in the string using WPCredit.
The Unmodified Hex string
The Modified Hex string
Tex
Here is a image of WPCredit on my KT7 board. Notice the areas colored with what is suppose to be red? The one at the top is the button for 32 bit mode and the lower center is the data string that I will need from you.
As you can see my lowest offset was 50
My hex code prior to modding was F4 EB F4 16 (Can't see it as it is changed)
My hex code after modding is B4 6B F4 16
Can you do this for an ecs k7s5a MB? For some reason the cooling bits work but ... after I install wpcrset the boot process takes like 7 minutes. The cooling seems to work ok but.... I mean crap on that !
Tex
NS
After you have found the tweaks that you want to have set on bootup using WPCredit then you would enter this info in Wpcrset and have it execute on bootup.
This will modify the contents of the bios in memory and depending on what you changed will implement those settings.
If I didn't answer your qestion to your satisfaction please let me know and I will go further into it. I would have included a picture or two but I don't use Wpcrset.
Now the way it will run cooler is to use WPCredit and WPCrset and set these register setting to the enable position. The CPU even though it may not be doing any work is still running. By using these register settings and setting them active it will halt the CPU and result in lower idle temps.
So basically it stops your CPU when you aren't using the computer.
NOTE: These settings will NOT lower the full throttle temps.
It issues a halt to the cpu when its not in use. It has never effected my benchmarks on the kt7a I use it on or I wouldn't run it.
That may well be chipset dependent though.
Tex
NS
With acpi and win2k/win98 this is incorporated in the idle process.
Tex
NS
Tex
NS
Tex