From owner-freebsd-questions@FreeBSD.ORG Sat Aug 6 21:30:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50C9516A41F for ; Sat, 6 Aug 2005 21:30:37 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id F05FE43D45 for ; Sat, 6 Aug 2005 21:30:36 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 697AECC9BA0 for ; Sat, 6 Aug 2005 17:30:35 -0400 (EDT) X-Sasl-enc: tYrYr488iVa/Ml9QYV4K4JGzJ1/RFogdO3Ir/njCPYiB 1123363835 Received: from gumby.localdomain (dsl-80-41-76-111.access.as9105.com [80.41.76.111]) by frontend3.messagingengine.com (Postfix) with ESMTP id 7CEE31E5 for ; Sat, 6 Aug 2005 17:30:35 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Sat, 6 Aug 2005 22:30:35 +0100 User-Agent: KMail/1.8.2 References: <0MKz5u-1E1Co63yhy-0007Du@mrelay.perfora.net> <42F51F98.10301@u.washington.edu> In-Reply-To: <42F51F98.10301@u.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508062230.35367.list-freebsd-2004@morbius.sent.com> Subject: Re: AMD64 vs. i386 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 21:30:37 -0000 On Saturday 06 August 2005 21:37, Garrett Cooper wrote: > Joseph Sniderman wrote: > >Can I install the i386 version of FreeBSD on an AMD64(athelon64) based > > computer? > > Yes, but what what libs and programs you may install that are i386 > based as opposed to 64-bit. You can seriously 'screw' up your system by > having several programs be unrunnable if you mix and match 32-bit stuff > with 64-bit stuff too much. You only need to mix 32-bit and 64-bit software when you are running the AMD64 version. This is because some binaries are 32-bit only and some ports only work for 32-bit. The AMD64 version has optional compatibility with 32-bit i386 software. AFAIK there is no such compatibility the other way around.