Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 1999 17:45:45 -0800 (PST)
From:      Sam Pigg <sam@redbacknetworks.com>
To:        tor.egge@fast.no
Cc:        hackers@FreeBSD.ORG
Subject:   Re: tyan S1836DLUAN >512Mb problem
Message-ID:  <199901060145.RAA02359@phred.redbacknetworks.com>

next in thread | raw e-mail | index | archive | help

Tor-

Hey just wanted to let you know that your suggestions worked.

I set:
options		"VM_KMEM_SIZE=(128*1024*1024)"
options			"VM_KMEM_SIZE_MAX=(128*1024*1024)"
options			"MAXMEM=(1024*1024)"

Makefile.i386:
LOAD_ADDRESS?=		E0100000

and 

pmap.h:
#ifndef NKPDE
#ifdef SMP
#define NKPDE			126	/* addressable number of page tables/pde's */
#else
#define NKPDE			127	/* addressable number of page tables/pde's */


all the memory was finally usable.

Thanks much,
-Sam

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901060145.RAA02359>