NetBSD/sys/arch/prep/stand
he 5e5a2bb96f Make this compile as a tool; we need to pick up the target's
sys/bootblock.h header in that case.
2003-10-19 11:34:27 +00:00
..
boot Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to link 2003-10-08 01:40:22 +00:00
boot_com0
common Add -ffreestanding 2003-09-30 18:58:39 +00:00
installboot Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00
mkbootimage Make this compile as a tool; we need to pick up the target's 2003-10-19 11:34:27 +00:00
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