freebsd-dev/sys/i386/boot/rawboot
Bruce Evans 9e25bb3c6b Synchronized with biosboot/Makefile:
- use gcc-2.7.2 alignment features
- get CWARNFLAGS form <bsd.kern.mk>
- fixed whitespace differences.
1996-10-15 16:26:05 +00:00
..
Makefile Synchronized with biosboot/Makefile: 1996-10-15 16:26:05 +00:00
README The intended usage is: 1996-09-11 19:25:12 +00:00

RAWboot readme.

This is a dumber version of the code in biosboot.

The intended usage is:

	cat /usr/mdec/rawboot /sys/compile/FOO/kernel | fdwrite

This makes it a lot easier to make a bootable floppy, and saves space
on the floppy to boot.

Of course the name you enter for the kernel isn't used...  Then again
if you know how to make two kernels fit a floppy and have a use for
it, you don't need this bootblock.

Poul-Henning Kamp
phk@FreeBSD.org