This is the snapshot of the NILO package. At the moment this will build
a user level Unix program that can do the bootp and tftp steps. It also
builds a standalone binary that can detect the 3c509 card but nothing more
for now. I'm currently working on hooking up the support routines needed
for interrupt handling. Also on the network layer (IP, UDP headers).

Files are very rough at the moment. Many of the files in this directory
are symbolic links to files elsewhere. In particular you need to have
the kernel sources installed in /usr/src/linux, the OSKIT libs built in
../oskit/lib (see the NILO Web page for the location of the last OSKIT
distribution) and the Etherboot-4.1 distribution in ../etherboot-4.1.

Just say make and the following binaries will be made:

	floppyload.bin 3c509.rom, 3c509.lzrom

Put on a floppy with

	cat floppyload.bin 3c509.rom > /dev/fd0

The .rom and .lzrom work the same, .lzrom is a compressed image and
works the same as .rom.
