Home | History | Annotate | Line # | Download | only in stand
README revision 1.1
      1 $NetBSD: README,v 1.1 2007/12/17 19:11:59 garbled Exp $
      2 
      3 Contents.
      4 	boot        NetBSD/rs6000 boot-loader
      5 	mkbootimage Make bootable netboot image.
      6 
      7 
      8 How to make bootable floppy disk image.
      9 
     10 	 $ cd /sys/arch/rs6000/stand
     11 	 $ make
     12 	    For cross compile environment:
     13 	        $ for i in common boot; do (cd $i; ppc-make); done
     14 	        $ (cd mkbootimage; make)
     15 	 $ mkbootimage/mkbootimage boot/boot /tmp/boot.fs
     16 	    To make kernel attached bootable network image:
     17 		    $ mkbootimage/mkbootimage -b boot/boot -k ../compile/YOUR_KERNEL/netbsd /tmp/boot.fs
     18