SYNOPSIS:

	comboot is a boot sector that will boot a DOS-style .COM file
from any floppy disk.

INSTRUCTIONS FOR THE IMPATIENT:

	make install
	cat /usr/lib/sectors/comboot your_com_file > /dev/fd0
	sync

	Wait for floppy light to turn off.  Boot the target computer
with your newly created boot floppy.

	Type "man comboot" for more detailed information.


COPYRIGHT

	Linus Torvalds, Doug Evans, and Drew Eckhardt probably all
have copyright interests in this work because it is derivative of
their work.  The additional changes were done by Adam J. Richter, and
are copyright Yggdrasil Computing.

	comboot is can be freely copied and modified under the terms
and conditions of the GNU General Public License as published by
the Free Software Foundation (Cambridge, Massachusetts, United States
of America), a copy of which should be included in the file COPYING in
this distribution.



BUGS
	Please report bugs to comboot-bugs@yggdrasil.com.

