mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
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
|