From owner-freebsd-arch@FreeBSD.ORG Sat Apr 1 20:51:23 2006 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E978716A41F for ; Sat, 1 Apr 2006 20:51:23 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66EBD43D6A for ; Sat, 1 Apr 2006 20:51:23 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k31KpMLq081697; Sat, 1 Apr 2006 12:51:22 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k31KpM6h081696; Sat, 1 Apr 2006 12:51:22 -0800 (PST) (envelope-from sgk) Date: Sat, 1 Apr 2006 12:51:22 -0800 From: Steve Kargl To: Cartoon Factory Message-ID: <20060401205122.GA81680@troutmask.apl.washington.edu> References: <200604012048.k31Kmb8k097421@ceres.aros.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604012048.k31Kmb8k097421@ceres.aros.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-arch@freebsd.org Subject: Re: Stupid Question X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2006 20:51:24 -0000 On Sat, Apr 01, 2006 at 01:48:48PM -0700, Cartoon Factory wrote: > > I have a stupid question. I am looking at the processors supported by > FreeBSD, and I see AMD64 (which I know is AMD) and ia64 (which I have no > clue what it is). ia64 == Intel Itanium > I am looking at getting a new server, with a XEON processor. > > My confusion is two-fold. One, they say the processor is 32/64. Can FreeBSD > use the 64 aspect of this? And if so, is it ia64, or under i386? > If the XEON is an EM64T processor, then you want to use FreeBSD-amd64 to harness the 64-bit nature of the processor. -- Steve