Subject: Re: NetBSD 2.1
To: None <port-amiga@NetBSD.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: port-amiga
Date: 01/03/2006 19:30:19
On Tue, Jan 03, 2006 at 05:22:14PM +0000, Lars Hecking wrote:
> 
>  As with 2.0.2, I have no luck installing 2.1.
> 
>  I tried a miniroot install onto a new drive, but get dropped into the
>  debugger. See below for the trace; any typos are mine ...
> 
> ...
> Kernelized RAIDframe activated
> uvm_fault(0x214580, 0x4000, 0, 0x2) -> 0xe
>   type 8, code [mmu,,ssw]: 4a5
> trap type 8, code = 4a5, v = 4879
> pid = 0, lid = 1, pc = 0003B3E8, ps = 2300, sfc = 1, dfc = 1

Hm, IPL 3 --- maybe some unhandled interupt running into an unitialized
pointer...

I've had problems of this type when developing new drivers.

You could try to boot without fully starting AmigaOS first  - or if you
did that, with fully starting AmigaOS first.

	-is