freebsd-dev/sys/i386/boot/rawboot
Paul Traina 972a3f282a Expose the control mechanism for serial console boot so that the default
shipped with freebsd can be changed without modifying the Makefiles directly.

Creates:	BOOT_FORCE_COMCONSOLE
		BOOT_PROBE_KEYBOARD
		BOOT_PROBE_KEYBOARD_LOCK
		BOOT_COMCONSOLE			(port value for console)
1996-10-14 17:25:53 +00:00
..
Makefile Expose the control mechanism for serial console boot so that the default 1996-10-14 17:25:53 +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