Date: Fri, 6 Apr 2001 13:17:01 +0200 From: Guido van Rooij <guido@gvr.org> To: Peter Wemm <peter@netplex.com.au> Cc: "Michael C . Wu" <keichii@peorth.iteration.net>, hackers@FreeBSD.ORG, fs@FreeBSD.ORG Subject: Re: panic in FFS and other related I/O problems Message-ID: <20010406131700.A98796@gvr.gvr.org> In-Reply-To: <200104021612.f32GCrh12225@mobile.wemm.org>; from peter@netplex.com.au on Mon, Apr 02, 2001 at 09:12:53AM -0700 References: <20010402102744.A69438@peorth.iteration.net> <200104021612.f32GCrh12225@mobile.wemm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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-fs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010406131700.A98796>
