From owner-cvs-all@FreeBSD.ORG Sun Jun 29 21:44:27 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CC3D106564A; Sun, 29 Jun 2008 21:44:27 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (mail.cs.rice.edu [128.42.1.31]) by mx1.freebsd.org (Postfix) with ESMTP id 0977E8FC12; Sun, 29 Jun 2008 21:44:26 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (localhost.localdomain [127.0.0.1]) by mail.cs.rice.edu (Postfix) with ESMTP id 6C2422C2D0A; Sun, 29 Jun 2008 16:44:26 -0500 (CDT) X-Virus-Scanned: by amavis-2.4.0 at mail.cs.rice.edu Received: from mail.cs.rice.edu ([127.0.0.1]) by mail.cs.rice.edu (mail.cs.rice.edu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8Zhj8qC63alo; Sun, 29 Jun 2008 16:44:18 -0500 (CDT) Received: from [216.63.78.18] (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.rice.edu (Postfix) with ESMTP id 990C42C2CD3; Sun, 29 Jun 2008 16:44:18 -0500 (CDT) Message-ID: <48680232.4010200@cs.rice.edu> Date: Sun, 29 Jun 2008 16:44:18 -0500 From: Alan Cox User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070805 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200806291835.m5TIZNLx089927@repoman.freebsd.org> <20080629211316.GA20319@edoofus.dev.vega.ru> In-Reply-To: <20080629211316.GA20319@edoofus.dev.vega.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Alan Cox , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/include pmap.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2008 21:44:27 -0000 Ruslan Ermilov wrote: >On Sun, Jun 29, 2008 at 06:35:00PM +0000, Alan Cox wrote: > > >>alc 2008-06-29 18:35:00 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/amd64/include pmap.h >> Log: >> SVN rev 180100 on 2008-06-29 18:35:00Z by alc >> >> Increase the size of the kernel virtual address space to 6GB. Until the >> maximum size of the kmem map can be greater than 4GB, there is little point >> in making the kernel virtual address space larger than 6GB. >> >> Tested by: kris@ >> >> Revision Changes Path >> 1.141 +4 -5 src/sys/amd64/include/pmap.h >> >> >> >Can you please draw a new layout, similar to the one made by Peter? > >http://lists.freebsd.org/pipermail/freebsd-amd64/2005-July/005578.html > > > Change the following line ffffffff80000000 - ffffffffffffffff 2GB kva to fffffffe80000000 - ffffffffffffffff 6GB kva Regards, Alan