NetBSD/sys/arch/prep/stand
garbled d0b840b1df General fixups:
1) Fix support for the powerstack E1.  This machine needs to use the 8259
directly, and cannot use the prep interrupt vector register.  Place a
quirk entry in the table for the machine.
2) Add a new com0_vreset boot image.  The vreset code only works on a few
machines, and breaks others like the 7025-F40.  Its only limitedly useful
when used with the com0, so just make it an optional image the user can
install by hand if they want.
3) Bump the bootloader to 1.8 with the above change.
2006-06-27 23:26:13 +00:00
..
boot General fixups: 2006-06-27 23:26:13 +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 merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mkbootimage s/allready/already/ 2006-04-25 02:19:31 +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