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

1.4.2のブートを成功させたい



こんにちは、鈴木ともうします。
最近netbsd/mac68k1.4.2をbinaryごと全て入れたのですが、ブートできずに困ってお 
ります。何かアドバイスをいただけると幸いです。


私の環境、MacIIci+128kDIMOcache+32MbRAM+SeagateST52160N+RadiusGS/Cという状態 
でのGENERIC kernelは、ethernet cardとvideo cardが干渉してブートできず、その 
intrrupt routinが対処してあると思われるslotman_1.4sに入れ替えて見ると、 
dmesgで見ると
.
.
sd0 at scsibus0 targ 0 lun 0: <SEAGATE, ST52160N, 0344> SCSI2 0/direct 
fixed boot device: sd0
root on sd0a dumps on sd0b
PRAM: 0x392c06a6, macos_boottime: 0x392c06a6.
root file system type: ffs
panic:cnopen:cn_tab-> cn_dev == NODEV

stopped in init at _cpu_Debugger=0x6: unlk a6
db>
となってブートできません。

それ以前は1.4を再構築したものと、slotoman_1.4Cのkernelで動いておりました。も 
ちろん、kernelにこれらを指定すれば、問題なく起動できます。
 そこで、currentソースを持ってきて再構築をかけてみると、
cpp -traditional -D_LOCORE -I. -I../../../../arch -I../../../.. -nostdinc 
-I../../../../../gnu/sys -
DHZ="0x3c" -DM68030 -DLKM -DDIAGNOSTIC -DGRF_COMPAT -DMAXUSERS=16 -D_KERNEL 
-Dmac68k ../../../../arc
h/mac68k/mac68k/locore.s | sed -e 's/^#.*//' | as -o locore.o
{standard input}: Assembler messages:
{standard input}:967: Warning: Unknown expression: '%usp' defaulting to 0
{standard input}:967: Warning: Unknown expression: '%a0' defaulting to 0
{standard input}:968: Warning: Unknown expression: '%a0' defaulting to 0
{standard input}:968: Warning: Unknown expression: '%sp' defaulting to 0
{standard input}:969: Error: "Malformed operand" -- Statement 'clrl %sp@-' 
ignored
{standard input}:970: Error: "Malformed operand" -- Statement 'clrl %sp@-' 
ignored
{standard input}:971: Error: "Malformed operand" -- Statement 'movl 
%d0,%sp@-' ignored
{standard input}:973: Error: "instruction/operands mismatch" -- Statement 
'lea %sp@(12),%sp' ignored
.
.
.
{standard input}:2112: Error: "instruction/operands mismatch" -- Statement 
'cmpal %a0,%a1' ignored
{standard input}:2118: Error: "instruction/operands mismatch" -- Statement 
'bclr %d0,%d1' ignored
{standard input}:2119: Warning: Unknown expression: '%d1' defaulting to 0
*** Error code 1

Stop.
となって、再構築もままなりません。何か手だてはないものでしょうか、よろしくお 
願いいたします。