Page 1 of 1

Write String in BIOS!

Posted: Sun May 19, 2002 7:21 pm
by esc2002tr
I want to write a string(or string) in bios(system bios) (between e000:0000 or f000:ffff).
How can I do this?

thanks advance

Posted: Mon May 20, 2002 3:28 pm
by a_user
1) Use a eeprom programmer to get a copy of the code or bios flasher to get a copy of the code.

2) Use a hex editor to find the offset/code to change/add and make the modification.

3) Burn a new eeprom, install and test.