Subject: Re: 1.6.1: KASSERT in custom kernel triggered
To: Amiga-NETBSD <port-amiga@netbsd.org>
From: Gunther Nikl <gni@gecko.de>
List: port-amiga
Date: 06/24/2003 13:42:28
On Mon, Jun 23, 2003 at 03:02:56PM +0200, Gunther Nikl wrote:
> I upgraded my system to 1.6.1 and built a custom kernel as I did with
> previous NetBSD versions before. However, this time my custom kernel doesn't
> work, it triggers a KASSERT in amiga/pmap.c:pmap_kenter_pa line 1399 (v1.100):
> 
>    KASSERT(!pmap_pte_v(pte));
> 
> AFAICT, this check is also present in the generic kernel but that kernel
> works. What might be wrong with my custom kernel?

  My custom kernel works when using the bootblocks or loadbsd. I didn't test
  that before I wrote my initial mail. I used a custom loader which upto 1.6
  worked flawlessly. Surprisingly, the custom loader can boot GENERIC 1.6.1.

  Gunther