From owner-freebsd-questions@FreeBSD.ORG Wed Jun 21 18:48:48 2006 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 7912416A474 for ; Wed, 21 Jun 2006 18:48:48 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF8143D81 for ; Wed, 21 Jun 2006 18:48:38 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so217561nzi for ; Wed, 21 Jun 2006 11:48:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HIj9vyr19NnMfUqYum79x3iDsSIoefVsqDsp3D4mCACSsWMC0vYZhM0jm4Q/ODRfQSGjjDTJVVRh9pDRPGQdQfwQGSvpgG72PBymGB0z75cL1B3R7HudSIJ/nQ1huAJTv2CceqEKRLj267zcx4hnMAObsVCMo8bUFtoJb9LhBnM= Received: by 10.37.13.61 with SMTP id q61mr818438nzi; Wed, 21 Jun 2006 11:48:36 -0700 (PDT) Received: by 10.36.182.7 with HTTP; Wed, 21 Jun 2006 11:48:31 -0700 (PDT) Message-ID: Date: Wed, 21 Jun 2006 11:48:34 -0700 From: "Nikolas Britton" To: "Nikolas Britton" , "Andy Reitz" , freebsd-questions@freebsd.org In-Reply-To: <20060621173253.GD7596@tigger.digitaltorque.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060620233551.GG11625@tigger.digitaltorque.ca> <20060621011340.GI11625@tigger.digitaltorque.ca> <20060621173253.GD7596@tigger.digitaltorque.ca> Cc: Subject: Re: migrating to 64-bit 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: Wed, 21 Jun 2006 18:48:48 -0000 On 6/21/06, Michael P. Soulier wrote: > On 21/06/06 Nikolas Britton said: > > > IA64 = Itanium, Itanium2 = FreeBSD/ia64 > > EM64T = Intel CPUs with AMD64 (P4, Xeon, etc.) = FreeBSD/amd64 > > AMD64 = Opteron, Athlon 64, Turion 64, Sempron 64 = FreeBSD/amd64 > > > > http://en.wikipedia.org/wiki/EM64T > > > > Why do you need to run in 64-bit mode? > > I'm asking that myself. I'd like to do comparisons with and without 64-bit > support. > The consensus seems to be that FreeBSD/amd64 is a tad slower then FreeBSD/i386 because it has to deal with 32 extra bits. The primary reason to use FreeBSD/amd64 seems to be if you need greater then 4GB of RAM. This should give you the speed boost your looking for: CPUTYPE?=pentium2 CFLAGS+= -mtune=nocona COPTFLAGS+= -mtune=nocona Put that in /etc/make.conf and recompile ports/kern/world. -- BSD Podcasts @: http://bsdtalk.blogspot.com/ http://freebsdforall.blogspot.com/