NetBSD/sys/arch/prep/stand
tsutsui 2340b51076 Set DTR and RTS in NS16550_init().
Some terminal requires it even if hardware flow control is disabled.

XXX: should we sync bebox/stand with prep?
2007-05-19 14:26:08 +00:00
..
boot Set DTR and RTS in NS16550_init(). 2007-05-19 14:26:08 +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 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