From owner-freebsd-current@FreeBSD.ORG Sun Jan 27 05:10:02 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AB5216A41B for ; Sun, 27 Jan 2008 05:10:02 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id EE1C013C45A for ; Sun, 27 Jan 2008 05:10:01 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m0R59w7x076032; Sat, 26 Jan 2008 21:09:58 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id m0R59vxX076029; Sat, 26 Jan 2008 21:09:57 -0800 (PST) (envelope-from obrien) Date: Sat, 26 Jan 2008 21:09:57 -0800 From: "David O'Brien" To: Baldur Gislason Message-ID: <20080127050957.GB75469@dragon.NUXI.org> Mail-Followup-To: obrien@freebsd.org, Baldur Gislason , Scott Long , freebsd-current@freebsd.org References: <20080124182710.GC14026@gremlin.foo.is> <4798E015.3050105@samsco.org> <20080124235857.GD14026@gremlin.foo.is> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080124235857.GD14026@gremlin.foo.is> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-current@freebsd.org Subject: Re: 4GB RAM with an intel core 2 processor X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2008 05:10:02 -0000 On Thu, Jan 24, 2008 at 11:58:57PM +0000, Baldur Gislason wrote: > I wasn't aware that amd64 was the same 64 bit architecture as used by Intel. You can think your processor vendor for intentionally trying to mislead its customers. > Are there any known backwards compatibility issues with running i386 linux > binaries for example if I switch over to amd64? No. However, it sounds like you're using the binary nVidia driver. And nVidia only supports FreeBSD/i386, not FreeBSD/amd64. (search the mailing lists if you want to know why) > Also, could I switch to amd64 by just changing make.conf and doing a > buildworld and buildkernel or would I have to do a binary upgrade or > maybe even a clean install? A clean install really is better. You could do an "upgrade" install to leave your /etc alone. And then reinstall any packages you have installed.