From owner-freebsd-amd64@FreeBSD.ORG Sun Feb 27 21:00:03 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6B6616A4CE for ; Sun, 27 Feb 2005 21:00:03 +0000 (GMT) Received: from pandora.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA7743D3F for ; Sun, 27 Feb 2005 21:00:03 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from localhost (localhost [127.0.0.1]) by pandora.afflictions.org (Postfix) with ESMTP id 5849C78CA1 for ; Sun, 27 Feb 2005 16:00:35 -0500 (EST) Received: from pandora.afflictions.org ([127.0.0.1]) by localhost (pandora.afflictions.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 84841-08 for ; Sun, 27 Feb 2005 16:00:32 -0500 (EST) Received: from dementia.afflictions.org (dementia.afflictions.org [172.19.206.56]) by pandora.afflictions.org (Postfix) with ESMTP id 78F8E78C64 for ; Sun, 27 Feb 2005 16:00:31 -0500 (EST) Received: by dementia.afflictions.org (Postfix, from userid 1001) id CB9D828689; Sun, 27 Feb 2005 16:00:25 -0500 (EST) Date: Sun, 27 Feb 2005 16:00:25 -0500 From: Damian Gerow To: freebsd-amd64@freebsd.org Message-ID: <20050227210025.GH35988@afflictions.org> References: <20050227182359.GE35988@afflictions.org> <20050227183436.GA82670@troutmask.apl.washington.edu> <20050227204615.GF35988@afflictions.org> <20050227205629.GA66621@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050227205629.GA66621@troutmask.apl.washington.edu> X-GPG-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 User-Agent: Mutt/1.5.6i X-Virus-Scanned: amavisd-new at pandora.afflictions.org Subject: Re: Word Processor on AMD64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Feb 2005 21:00:03 -0000 Thus spake Steve Kargl (sgk@troutmask.apl.washington.edu) [27/02/05 15:57]: : You don't swap over to 32-bit. You can run 32-bit FreeBSD : or linux binaries on the 64-bit FreeBSD (as known as FreeBSd-amd64). : : Add the following to your kernel config and rebuild. : : options COMPAT_IA32 #Compatible with i386 binaries : options COMPAT_LINUX32 #Compatible with i386 linux binaries : : : Add "WITH_LIB32=yes" to /etc/make.conf and rebuild world. Really? Huh. I was under the impression it didn't work so well... You learn something new every day! Thanks! - Damian