NetBSD/sys/arch/rs6000/stand
matt eeda580952 Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.
Don't export <machine/spr.h> to userland, only <powerpc/spr.h>
2010-03-02 21:52:32 +00:00
..
boot Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass. 2010-03-02 21:52:32 +00:00
common
Makefile rs6000's mkbootimage is now no longer needed. 2008-04-30 21:22:19 +00:00
Makefile.inc
README rs6000's mkbootimage is now no longer needed. 2008-04-30 21:22:19 +00:00

README

$NetBSD: README,v 1.2 2008/04/30 21:22:19 garbled Exp $

Contents.
	boot        NetBSD/rs6000 boot-loader
	mkbootimage Make bootable netboot image.

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

How to make bootable floppy disk image.

	 $ cd /sys/arch/rs6000/stand
	 $ make
	    For cross compile environment:
	        $ for i in common boot; do (cd $i; ppc-make); done
	        $ (cd ../../powerpc/stand/mkbootimage; make)
	 $ mkbootimage boot/boot /tmp/boot.fs
	    To make kernel attached bootable network image:
		    $ mkbootimage -m rs6000 -b boot/boot -k ../compile/YOUR_KERNEL/netbsd /tmp/boot.fs