d0b840b1df
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. |
||
---|---|---|
.. | ||
boot | ||
boot_com0 | ||
boot_com0_vreset | ||
common | ||
installboot | ||
mkbootimage | ||
Makefile | ||
Makefile.inc | ||
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