NetBSD/sys/arch/prep/stand
pavel c1ebd304cc Replace wrong tests for character device (st.st_mode & S_IFCHR) by
S_ISCHR. Originally discovered by Paul Stoeber in OpenBSD.

OK elad@.
2006-09-23 20:10:14 +00:00
..
boot Generate an intermediate boot.elf with symbols. 2006-09-19 17:51:24 +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

README

$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