Subject: Re: Problems with new 1.3.1 kernel
To: NetBSD port-atari <port-atari@NetBSD.ORG>
From: Thomas Gerner <thomas@murmel.camelot.de>
List: port-atari
Date: 03/22/1998 21:37:52
On Sun, Mar 22, 1998 at 02:25:45PM +0100, Leo Weppelman wrote:
> > When I try to boot with the new kernel, it crashes with an error message from
> > the vm system. I can repeat the process and write down the stack trace if that
> > is needed.
> 
> I'm afraid you'll have to provide some more info. The exact error messages
> and, if possible, a stack trace.
> I just tried an 1.3.1 kernel on my Hades, but it booted without problems.

With a kernel from today sup I get a panic: vm_page_alloc. The stack trace
gives this:

_Debugger(2004,0,2fc9ef4,77ba6,77b10) + 6
_panic(77b10,6000,88,7ßdf00,2fc9f54) + 50
_vm_page_alloc(70df00,6000) + 82
_vm_fault(703500,2028000,3,0) + 226
_trap(8,810200,202801c) + 374
faultstkadj() + 0

BTW: Someone changed /sys/sys/tty.h. Now the symbol TS_WOPEN is not
defined anymore. This means, ser.c, ite.c and zs.c fail to compile.

Thomas