NetBSD/sys/arch/prep/stand
joerg 3c550524b5 Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
disabled by -D) from the output of newvers_stand.sh.  Change -D to the
inverted logic, so that it adds the date to bootprog_rev in ().

Change all platforms accordingly. -D is added if MKREPRO is not yes and
wasn't present before. Platforms that didn't use -D don't depend on
MKREPRO now either.
2011-01-22 19:19:14 +00:00
..
boot Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly 2011-01-22 19:19:14 +00:00
boot_com0
boot_com0_vreset
common Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc. 2010-05-27 06:58:12 +00:00
installboot
Makefile
Makefile.inc
README

README

$NetBSD: README,v 1.3 2008/04/30 21:20:37 garbled Exp $

Contents.
	boot        NetBSD/prep boot-loader
	boot_com0   NetBSD/prep boot-loader(serial console) 
	mkbootimage Make bootable floppy image.

mkbootimage is located in arch/powerpc/stand/mkbootimage.

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 ../../powerpc/stand/mkbootimage; make)
	 $ mkbootimage boot/boot /tmp/boot.fs
	    To make kernel attached bootable floppy image:
		    $ mkbootimage -m prep -b boot/boot -k ../compile/YOUR_KERNEL/netbsd /tmp/boot.fs