For the impatient, "cd src-32" and "make". Your ROM images will be in
xxx.rom and xxx.lzrom, where xxx is the name of your NIC driver.

More likely if this is your first encounter with Etherboot you should
read the documentation starting with index.html if you have a Web browser,
or doc/text/README.txt if you just have a plain text login.

The index.html file is the same as the one on the Etherboot home page at
the time the distribution was made. Therefore some of the local file:/
links from the Distribution section may not work.

Etherboot/32 was built using gcc 2.7.2.3 and binutils 2.9.1.0 from
RedHat 5.2. The version of as used must recognise the code16 and code32
directives.  If you wish to rebuild the *loader.bin and floppyload.bin
files, the version of as86 used must recognise the -b option AND
implement it correctly. (If you find that as86 puts a few bytes before
the signature: AA 55, of rloader.bin, it is buggy.) Also note objcopy
is used instead of objdump.

Etherboot/16 was built with Dev86src-0.14.7 from the ELKS tools
distribution (http://www.cix.co.uk/~mayday/).  A couple of defines in
Config may need to be edited to suit your installation. It uses the -d
flag to ld86 for producing headerless binaries.
