From owner-freebsd-stable@FreeBSD.ORG Thu Feb 23 03:38:50 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B57816A420 for ; Thu, 23 Feb 2006 03:38:50 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6049D43D45 for ; Thu, 23 Feb 2006 03:38:44 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k1N3cgV3000245; Wed, 22 Feb 2006 20:38:43 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43FD2E44.3070203@samsco.org> Date: Wed, 22 Feb 2006 20:38:44 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: shih@math.jussieu.fr References: <20060223005946.GA25427@math.jussieu.fr> In-Reply-To: <20060223005946.GA25427@math.jussieu.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: freebsd-stable@freebsd.org Subject: Re: AMD64 or I386 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 03:38:50 -0000 Albert Shih wrote: > Hi all > > I've very strange problem with my new servers with AMD single core dual > proc with 4 Go Ram. > > When I boot the i386 version of FreeBSD 6.0 he see 4 Go but tell me he > can't not access to 4go but only 3 Go. I upgrade to FreeBSD 6-Stable and nothing change. I suspect that the number here's aren't accurate, and that what you really mean is that you can acccess 3.5GB, not 3.0GB. > > When I boot the amd64 version of FreeBSD 6.0 he see 5 Go (!!) but tell me > he can access only 4 go (well). When I upgrade to FreeBSD 6-Stable nothing > change. > Again, I suspect that you mean 4.5GB, not 5.0GB. > My problem is I need i386 version (because I'need maxima who need > sbcl...and sbcl don't run on amd64). > > If I tell the kernel I've 4 Go the system don't boot (kernel panic). > > What can I do. > > Regards. > This is a FAQ, and I'm almost certain that it is listed in the FAQ section of the website. So, I'll skip repeating myself for the 100th time on how it works. But to answer your specific questions, you can either enable PAE on i386, or use i386 binary compatibility under amd64. Both will give you what you want. Scott