Out of topic: Invested in a Bios Savior the other day, sure feels good to be able to test mods without worrying about getting the system to work again.
Yeah I got tired of hotflashing chips, so I broke down a year or so and bought one myself. Well worth it IMO, if you flash alot of BIOS's.
BTW: how did you spot 3 offsets that had changed and how did you know they were in the Single Link Arch module? I'm just learning about bios modding.
Hexeditor compare function. It this case the entire BIOS file 314.rom is a single file. Inside the BIOS are the modules. You can see the modules with MMTool. Some of these are compressed and some are not, and you can see the order(address) they reside. Opening both 314.roms I had and doing a hex compare and the end of the file(uncompressed) you can see the date changed and slightly above that the checksum for the whole file. This make sense because these would have changed. In other places though you can see big blocks of changes. Big blocks are most likely the compressed modules changed, because if you change anything within the file it changes the whole compression algo and you get a block of "change" in the main file. There isn't much you can get from the main file because it's compressed but if you know the location of the modules it can save you time extracting every module and looking at it. Because of it's location from MMTool and it's real world function I decided Arch BIOS was the module to extract from each 314.rom to compare. Opening that in hex compare function and you get those 3 offsets that have changed from 00 to 01. In most BIOS's this is a toggle of some sort. 1 on 0 off, or vice versa(it could mean show something, gray something, allow something to be changed etc) I really have no idea what it means in this case after a short glance, but I found it weird that just opening the BIOS, doing nothing and saving it, changes so much in the AMI BIOS, this is not the case for Award. Maybe it's normal but I would think it would be a string of change, not 3 independant changes of that nature. I also noticed the SMBIOS was cleaned up in the "saved 314" it has space at the end of the file deleted. This change also makes sense.
I'm trying to unlock the "hardware monitor" sub-menu. I wan't to be able to control the sys and cpu-fans (setting other temperature thresholds and/or voltages to the fans). The "hardware monitor" checkbox is allready "enabled" when I open up the rom-file, so I'm not sure how to "really" enable it. Haven't cleared CMOS, but will do that.
Another idea I saw in there, what if you change all the supervisors in the hardware menu to user. Perhaps that is blocking it? Just an idea to throw around. Also I can see you can change the temps but voltages doesn't look to have an option. Another option to try, if you just "save" it, try "save as", or vice versa, maybe just "save as", open that file and mod it, then save(or save as).
I really don't know my AMI stuff, this might be easy then I am making it, just some ideas for you...
EDIT: Took too long typing here at work, I see BK has the supervisor idea too (great minds think alike maybe?) heh

, well maybe it's a good omen.