mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
(1) Add PC98 support to apm_bios.h and ns16550.h, remove pc98/pc98/ic (2) Move PC98 specific code out of cpufunc.h (to pc98.h) (3) Let the boot subtrees look more alike Submitted by: The FreeBSD(98) Development Team <freebsd98-hackers@jp.freebsd.org>
17 lines
452 B
Text
17 lines
452 B
Text
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
|