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

(snapshot 20030726ts -1.6U) L2RAM_PB2



>                                            千葉市中央区長洲
>                                                    藤原  誠
options         L2CR_CONFIG="(L2SIZ_512K|L2CLK_20|L2RAM_PB2)"

のようにして作った kernel だと、次のところで止ってしまいます。
GENERIC なら問題がないです。
----------------
NetBSD 1.6U (INSECURE-ZS-L2PB2-SHM) #1: Sun Aug  3 19:01:11 JST 2003
        makoto@ty:/export/20030726ts/src/sys/arch/macppc/compile/INSECURE-ZS-L2PB2-SHM
total memory = 160 MB
avail memory = 140 MB
using 2048 buffers containing 8292 KB of memory
bootpath: /bandit@F2000000/pci-bridge@14/ACARD,6260@7/disk@0
mainbus0 (root)
cpu0 at mainbus0: 750 (Revision 202), ID 0 (primary)
cpu0: HID0 8090c0a4<EMCP,DOZE,DPM,ICE,DCE,SGE,BTIC,BHT>
cpu0
----------------

以前は次のようにしていたのですけれど、今はこのままでは
kernel は作れないので、上のようにしています。

options         L2CR_CONFIG="(L2SIZ_512K|L2CLK_20|L2RAM_PIPELINE_BURST)"

config する時の中身の全文は短いものなので、最後に付けておきます。
---
(藤原)
---------
#       GENERIC kernel

include "arch/macppc/conf/GENERIC"

options         ZS_CONSOLE_ABORT
options         INSECURE
options         L2CR_CONFIG="(L2SIZ_512K|L2CLK_20|L2RAM_PIPELINE_BURST)"
options         SHMMAXPGS=2048
---------