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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to