NetBSD/sys/arch/prep/stand
garbled 2f6e46a275 Change the prep bootloader to reach over into the
powerpc/stand/mkbootimage directory for the magic.h file.
2007-12-19 18:28:50 +00:00
..
boot Change the prep bootloader to reach over into the 2007-12-19 18:28:50 +00:00
boot_com0
boot_com0_vreset General fixups: 2006-06-27 23:26:13 +00:00
common Clean up the bootloader a little bit. Get rid of some unused code, 2006-04-10 17:58:59 +00:00
installboot
mkbootimage Replace wrong tests for character device (st.st_mode & S_IFCHR) by 2006-09-23 20:10:14 +00:00
Makefile General fixups: 2006-06-27 23:26:13 +00:00
Makefile.inc
README update this to match reality 2006-03-23 19:11:02 +00:00

$NetBSD: README,v 1.2 2006/03/23 19:11:02 garbled 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:
		    $ mkbootimage/mkbootimage -b boot/boot -k ../compile/YOUR_KERNEL/netbsd /tmp/boot.fs