drea.drechsler
Polypheme
Ahhh...I remember the olden days of peeking and poking values into memory locations to see if it helped the system after a reboot. A necessary thing when changing the system clock crystal from 10Mhz to 16Mhz and you need to add some wait states for memory (that is real overclocking).The same way that bios saves settings, the bios has a very small memory area that is volatile (writable) and if you know the values you can just write the values you want to that address.
Memory Map (x86) - OSDev Wiki
wiki.osdev.org
Most early systems used a BIOS settings utility to change settings. I've often wondered if that wouldn't be possible with modern systems, especially since you could run them in an EFI command-line mode.