1 $NetBSD: README,v 1.1.8.2 2008/01/21 09:38:59 yamt 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