On Wed, 25 Jan 2006, Peter 'p2' De Schrijver wrote: > Code: 00000000 00000000 24861000 <fc800000> fc800008 fc800010 fc800018 24840040 fc80ffe0 > Kernel panic - not syncing: Attempted to kill the idle task! Hmm, the code is: 00000000 nop 00000000 nop 24861000 addiu a2,a0,4096 fc800000 sd zero,0(a0) fc800008 sd zero,8(a0) fc800010 sd zero,16(a0) fc800018 sd zero,24(a0) 24840040 addiu a0,a0,64 fc80ffe0 sd zero,-32(a0) and it obviously cannot work on a MIPS I processor. That's probably from broken assembly code somewhere -- I should have my sources updated within a few days and I'll see if I can reproduce the problem. Maciej