49c105ffdb
maps standard boot flags to corresponding RB_* values use BOOT_FLAG() in port's MD code as appropriate as discussed on tech-kern, add new boot flags -v, -q for booting verbosely or quietly, and corresponding AB_VERBOSE/AB_QUIET boot flags; also add FreeBSD-compatible bootverbose macro and NetBSD-specific bootquiet macro for hpcmips, use new bootverbose instead of it's own hpcmips_verbose Tested on i386, and to limited extend (compile of affected files) also for mvme68k, hp300, luna68k, sun3. |
||
---|---|---|
.. | ||
boot | ||
boot_com0 | ||
common | ||
installboot | ||
mkbootimage | ||
Makefile | ||
Makefile.inc | ||
README |
README
$NetBSD: README,v 1.1 2000/02/29 15:21:52 nonaka Exp $ Contents. boot NetBSD/prep boot-loader boot_com0 NetBSD/prep boot-loader(serial console) mkbootimage Make bootable floppy image. How to make bootable floppy disk image. $ cd /sys/arch/prep/stand $ make For cross compile environment: $ for i in common boot_com0 boot; do (cd $i; ppc-make); done $ (cd mkbootimage; make) $ mkbootimage/mkbootimage boot/boot /tmp/boot.fs To make kernel attached bootable floppy image: $ gzip -c ../compile/YOUR_KERNEL/netbsd > /tmp/netbsd.gz $ mkbootimage/mkbootimage boot/boot /tmp/boot.fs /tmp/netbsd.gz