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

http://www.ceres.dti.ne.jp/~tsutsui/netbsd/netbsd-macppc-generic-19981221.gz



>                                            千葉市中央区長洲
>                                                    藤原  誠
powerpc-ml: 00451 にて
http://www.ceres.dti.ne.jp/~tsutsui/netbsd/netbsd-macppc-generic-19981221.gz

無事 multi-user まで起動しました。
本当にありがとうございます。
(実は ./MAKEDEV all をやっていなくて No console device などと言われ
たりもしました。all の必要はなかったのかな)

この後は僕の方は全然 powerpc に限らない話で、しばらくつまづきそう
です。

手順をまとめておきたい気もしますし、
installer がないと結構こまごまと設定が必要なので、それを一つ一つ
書いておくのも大変だなぁと思ったり、書きもらしそうだとか、
installer が出来てしまえば不必要になるし...

などと思っています。
installer が出来る前に、僕のように動かして見ようという人は何人くら
いいらっしゃるのでしょうね。
(情報がきちんと書いてあれば増えるのでしょうか)

multiuser にはなっていないところですが、Mesh/scsi から boot して、
single まで動いた部分を(やはりうれしいので)付けておきます。

Boot: というところは boot-file netbsd と設定してはいますが、
改行するだけで充分です。(これは boot fd:0 の時には boot-file 
の設定なしの時にも同じく改行だけで充分でした)
---
(藤原)
Open Firmware, 2.0.2
To continue booting the MacOS type:
BYE<return>
To continue booting from the default boot device type:
BOOT<return>
 ok
0 > boot scsi/sd@4:0 
>> NetBSD/macppc OpenFirmware Boot, Revision 1.1
>> (tsubai@kanea, Fri Oct 23 22:34:31 JST 1998)
Boot: 
Booting scsi/sd@4/netbsd
1690516@0x100000+178864@0x29cb94 
 start=0x100000
Copyright (c) 1996, 1997, 1998
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 1.3I (GENERIC) #20: Mon Dec 21 17:28:26 JST 1998
    tsutsui@lancer:/usr/src/sys/arch/macppc/compile/GENERIC
CPU: 603ev (Revision 201)
real mem  = 100663296
avail mem = 88977408
using 1228 buffers containing 5029888 bytes of memory
mainbus0 (root)
cpu0 at mainbus0: L2 cache enabled
pci0 at mainbus0 bus 0
pci0: i/o enabled, memory enabled
pchb0 at pci0 dev 11 function 0
pchb0: Apple Computer PCI Controller (rev. 0x03)
de0 at pci0 dev 13 function 0
de0: interrupting at irq 23
de0: 21041 [10Mb/s] pass 1.1
de0: address 00:40:10:09:77:f1
obio0 at pci0 dev 16 function 0: addr 0xf3000000
mesh0 at obio0 offset 0x10000 irq 12: MESH SCSI ID 7
scsibus0 at mesh0: 8 targets
sd0 at scsibus0 targ 4 lun 0: <QUANTUM, LIGHTNING 730S, 241E> SCSI2 0/direct fixed
sd0: 699MB, 3658 cyl, 4 head, 97 sec, 512 bytes/sect x 1431760 sectors
zsc0 at obio0 offset 0x13000: irq 15,16
zstty0 at zsc0 channel 0 (console)
zstty1 at zsc0 channel 1
awacs at obio0 offset 0x14000 not configured
swim3 at obio0 offset 0x15000 not configured
nvram0 at obio0 offset 0x60000
wdc0 at obio0 offset 0x20000 irq 13
wd0 at wdc0 channel 0 drive 0: <ST52520A>
wd0: drive supports 16-sector pio transfers, lba addressing
wd0: 2446MB, 4970 cyl, 16 head, 63 sec, 512 bytes/sect x 5009760 sectors
wd0: drive supports PIO mode 4, DMA mode 2
wdc1 at obio0 offset 0x21000 irq 14
adb0 at obio0 offset 0x16000 irq 18: 2 targets
aed0 at adb0 addr 0: ADB Event device
akbd0 at adb0 addr 2: extended keyboard
wskbd0 at akbd0
ams0 at adb0 addr 3: 1-button, 100 dpi mouse
wsmouse0 at ams0
ofb0 at pci0 dev 17 function 0: 1280 x 1024, 8bpp
wsdisplay0 at ofb0
Digital Equipment DECchip 21052 PCI-PCI Bridge (PCI bridge, revision 0x01) at pci0 dev 20 function 0 not configured
de0: enabling 10baseT port
wscons: wskbd0 glued to wsdisplay0
boot device: sd0
root on sd0a dumps on sd0b
root file system type: ffs
Automatic boot in progress: starting file system checks.
/dev/rsd0a: file system is clean; not checking
/dev/rsd0d: file system is clean; not checking
/dev/rsd0g: file system is clean; not checking
/etc/rc.conf is not configured. Multiuser boot aborted.
Enter pathname of shell or RETURN for sh: 
Don't login as root, use the su command.
# df
Filesystem  1K-blocks     Used    Avail Capacity  Mounted on
/dev/sd0a       19471    14790     3707    79%    /
# cat /etc/fstab
/dev/sd0a   /      ffs rw 1 1
/dev/sd0d   /usr   ffs rw 1 2
/dev/sd0g   /var   ffs rw 1 3
# mount -a
# df -k 
Filesystem  1K-blocks     Used    Avail Capacity  Mounted on
/dev/sd0a       19471    14790     3707    79%    /
/dev/sd0d      341167    60034   264074    18%    /usr
/dev/sd0g      153623       53   145888     0%    /var
#