Subject: Re: Some feedback about netbsd on indigo --> part I: a kernel panic
To: Pierre Letouzey <Pierre.Letouzey@pps.jussieu.fr>
From: Martin Husemann <martin@duskware.de>
List: port-sgimips
Date: 11/01/2006 23:43:27
On Wed, Nov 01, 2006 at 07:40:15PM +0100, Martin Husemann wrote:
> FWIW: I can reproduce the crash with a -current GENERIC_3x kernel.
> I'm investigating.

src/sys/arch/mips/mips/syscall.c rev. 1.30 fixes it - your test program
now dumps core, as the syscall number is passed wrong (for irix emulation).

I suggest, if you insist on avoiding C startup routines and libc, to prepare
an object file with the proper ELF note section to mark the binary as
a NetBSD one and link that with your assembler sources.

Martin