Subject: Re: system panic with 128MB ram (continued)
To: Peter Simons <simons@cys.de>
From: Frank van der Linden <frank@wins.uva.nl>
List: port-i386
Date: 08/05/1997 11:18:01
On Tue, Aug 05, 1997 at 10:59:16AM +0200, Peter Simons wrote:
> 
> Every time we boot the kernel with the EXTMEM setting set, we get the
> following error:
> 
>  | panic: ptdi: 1b9023

In that case, I assume that this is a 1.2[.1] system? In that case you
will need to extend the number of PDEs (this is not needed anymore
in -current). Try

	options NKPDE=31

in your kernel config file.

- Frank