From owner-freebsd-hackers Fri Apr 6 4:17: 9 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from gvr.gvr.org (gvr.gvr.org [212.61.40.17]) by hub.freebsd.org (Postfix) with ESMTP id E733E37B42C; Fri, 6 Apr 2001 04:17:02 -0700 (PDT) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 1BC355808; Fri, 6 Apr 2001 13:17:01 +0200 (CEST) Date: Fri, 6 Apr 2001 13:17:01 +0200 From: Guido van Rooij To: Peter Wemm Cc: "Michael C . Wu" , hackers@FreeBSD.ORG, fs@FreeBSD.ORG Subject: Re: panic in FFS and other related I/O problems Message-ID: <20010406131700.A98796@gvr.gvr.org> References: <20010402102744.A69438@peorth.iteration.net> <200104021612.f32GCrh12225@mobile.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200104021612.f32GCrh12225@mobile.wemm.org>; from peter@netplex.com.au on Mon, Apr 02, 2001 at 09:12:53AM -0700 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Shouldn't this be put in to an option so it gets documented? -Guido On Mon, Apr 02, 2001 at 09:12:53AM -0700, Peter Wemm wrote: ... > diff -u -r1.4 ldscript.i386 > --- conf/ldscript.i386 2000/01/11 15:35:16 1.4 > +++ conf/ldscript.i386 2001/04/02 16:07:18 > @@ -6,7 +6,7 @@ > SECTIONS > { > /* Read-only sections, merged into text segment: */ > - . = 0xc0100000 + SIZEOF_HEADERS; > + . = 0x80100000 + SIZEOF_HEADERS; > .interp : { *(.interp) } > .hash : { *(.hash) } > .dynsym : { *(.dynsym) } > Index: i386/include/pmap.h > =================================================================== > RCS file: /home/ncvs/src/sys/i386/include/pmap.h,v > retrieving revision 1.70 > diff -u -r1.70 pmap.h > --- i386/include/pmap.h 2000/11/30 01:53:02 1.70 > +++ i386/include/pmap.h 2001/04/02 16:07:18 > @@ -92,9 +92,9 @@ > #endif > #ifndef NKPDE > #ifdef SMP > -#define NKPDE 254 /* addressable number of page tables/pde's */ > +#define NKPDE 510 /* addressable number of page tables/pde's */ > #else > -#define NKPDE 255 /* addressable number of page tables/pde's */ > +#define NKPDE 511 /* addressable number of page tables/pde's */ > #endif /* SMP */ > #endif > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message