From owner-freebsd-hackers Sun Jun 23 15: 6:23 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from www.kozubik.com (www.kozubik.com [198.78.70.162]) by hub.freebsd.org (Postfix) with ESMTP id E5D0237B401 for ; Sun, 23 Jun 2002 15:06:19 -0700 (PDT) Received: from localhost (john@localhost) by www.kozubik.com (8.11.0/8.11.0) with ESMTP id g5NM1e173122; Sun, 23 Jun 2002 15:01:40 -0700 (PDT) (envelope-from john@kozubik.com) Date: Sun, 23 Jun 2002 15:01:40 -0700 (PDT) From: John Kozubik X-Sender: john@www To: Terry Lambert Cc: Patrick Thomas , Nielsen , hackers@FreeBSD.ORG Subject: Re: (jail) problem and a (possible) solution ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > ----- > > So, if you are running 4.0 - 4.4, you need to edit ldscript.i386 and > change 0xc0100000 to 0x8010000 (for a 2gig KVA), then you need to edit > pmap.h and change the two lines I pasted above from 254 and 255 to 510 and > 511, respectively. Finally, you need to set: > > options KVA_PAGES=512 An addendum - skip that last step (setting "options KVA_PAGES=512" in your kernel config) for versions 4.0-4.4, as it did not yet exist as a config option at that time. Again, for 4.5 and 4.6, adding that line to your kernel config is _all_ you need to do. If you are reading this from the archives, please see my previous post in this thread for specific details. ----- John Kozubik - john@kozubik.com - http://www.kozubik.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message