
LOADBIOS

What this program does is that it uploads a BIOS image from disk into RAM,
where normally the shadowed BIOS (ROM) would be.

This is intended as a tool for programmers of BIOS'es, that wishes not to
have to flash the BIOS every time he/she wants to try a new improvment.

The program runs under DOS, and there must be no protected mode handler
installed (such as EMM386.EXE). Preferably use a clean DOS boot. A file
called BIOS.IMG, which is the BIOS image that will be uploadded, should lay
in the directory where LOADBIOS is run from.

Observe!: Do disable the shadowing routine in your BIOS, so that the uploaded
BIOS in RAM won't be overwritten by the BIOS that lies in the ROM.

Also notice that the program is written for a 128kB BIOS image
(0xE0000-0xFFFFF). If you only want to run a 64kB BIOS you can make the
small corrections needed in the provided sourcecode (should be easy if
you are able to program a BIOS ;).

This program was made by Niklas Ekstrm on the 1th of February 1999.
You're entitled to use the sourcecode for whatever purpose you want.

My email address is: t97nek@student.tdb.uu.se
(...And please excuse my poor english!)
