Installation instructions (see doc/faq.txt for more details)
------------------------------------------------------------

	Type "make options"

	Edit the file "options" and change it as necessary.  You probably
	won't need to touch anything.

	Put these lines in your /etc/mtools.conf (replace "/r/retro" with
	the directory you're using)
		drive r: file="/r/retro/kernel/dosimage"
		drive s: file="/r/retro/kernel/hdimage" offset=17920

	Type 'make' to build Retro

	If all goes well, put a floppy in drive A and type "make floppy"
	(you'll probably need to do this as root)

	You can also run Retro under Bochs (a PC emulator available from
	www.bochs.com):
		cd kernel
		gunzip hdimage
		make hdimage
		Edit .bochsrc (you need to change some pathnames)
		bochs
