From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 4 08:29:16 2007 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5341816A418 for ; Thu, 4 Oct 2007 08:29:16 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id 8675C13C4A6; Thu, 4 Oct 2007 08:29:11 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4704A45B.2000808@FreeBSD.org> Date: Thu, 04 Oct 2007 10:29:15 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: liubeezar References: In-Reply-To: Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Cc: freebsd-amd64@freebsd.org Subject: Re: over 2G KVA on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 08:29:16 -0000 liubeezar wrote: > How can I modify freebsd6 code to make it support more than 2G+ KVA ? Increase OPTIONS KVA_PAGES in your kernel (check the source for what it represents) Kris