Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/bebox/stand Update description to latest boot.



details:   https://anonhg.NetBSD.org/src/rev/5ca67caf0677
branches:  trunk
changeset: 762663:5ca67caf0677
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Fri Feb 25 10:06:24 2011 +0000

description:
Update description to latest boot.

diffstat:

 sys/arch/bebox/stand/README |  24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diffs (41 lines):

diff -r 30129ea2d910 -r 5ca67caf0677 sys/arch/bebox/stand/README
--- a/sys/arch/bebox/stand/README       Fri Feb 25 09:54:23 2011 +0000
+++ b/sys/arch/bebox/stand/README       Fri Feb 25 10:06:24 2011 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.3 2008/05/25 16:21:07 kiyohara Exp $
+$NetBSD: README,v 1.4 2011/02/25 10:06:24 kiyohara Exp $
 
 contents
        boot:        NetBSD/bebox booter.
@@ -21,20 +21,20 @@
 
        if change CPPFLAGS after make, use 'make cleandir' before 'make'.
 
-       boot can read/exec kernel on ffs(floppy disk), cd9660(floppy disk),
-       attached image by powerpc's mkimageboot.
-
+       boot can read/exec kernel on ffs(floppy/ide/scsi) or attached
+       in-kernel image by powerpc's mkbootimage.
 
 
 Example of making bootable floppy disk:
-       % cd /sys/arch/bebox/stand
+       % cd sys/arch/bebox/stand
        % $(TOOLDIR)/bin/nbmake-bebox
-       % gzip -c ../compile/GENERIC/netbsd > /tmp/netbsd.gz
-       % elf2pef/elf2pef boot/boot /tmp/boot.pef /tmp/netbsd.gz
+
+       % nbpowerpc-mkbootimage -I -m bebox -b boot/boot /tmp/fd.img
+
+       Or 
+
+       % nbpowerpc-mkbootimage -m bebox -b boot/boot \
+             -k ../compile/INSTALL/netbsd /tmp/fd.img
+
        [insert formatted floppy disk]
-       % mkbootimage/mkbootimage /tmp/boot.pef > /dev/rfd0a
-
-       % powerpc-mkbootimage -m bebox -b boot/boot \
-             -k ../compile/GENERIC/netbsd /tmp/fd.img
        % dd if=/tmp/fd.img of=/dev/rfd0a
-



Home | Main Index | Thread Index | Old Index