Linux (other Unixes will be similar)
------------------------------------
To make a boot disk, put a formatted floppy in drive A and type:
	cp image /dev/fd0


DOS/Windows
-----------
Download RAWRITE3.COM.  Insert a formatted floppy and run RAWRITE3.  It
should be self-explanatory - it'll just ask for the name of the file
(image-????????) and the drive letter.


Kernel modules
--------------
The '*.rdf' files are kernel modules.  To use them, you just append them to
'boot.bin' (in Unix: 'cat module.rdf >>boot.bin').  The makefile does this
for you.  If you want to add a new module, just add it to the 'modules:'
target in 'Makefile'.  Make sure any modules your module uses are loaded
before your module.


Problems?
---------
Let me know.

		Tom Novelli
		tcn@bespin.cx
