From owner-freebsd-questions@FreeBSD.ORG Mon Mar 9 18:14:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 541FD1065676 for ; Mon, 9 Mar 2009 18:14:40 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 0DA858FC17 for ; Mon, 9 Mar 2009 18:14:39 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Lgjzq-0003g7-Uv for freebsd-questions@freebsd.org; Mon, 09 Mar 2009 18:14:38 +0000 Received: from pool-70-21-13-242.res.east.verizon.net ([70.21.13.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Mar 2009 18:14:38 +0000 Received: from nightrecon by pool-70-21-13-242.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Mar 2009 18:14:38 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Mon, 09 Mar 2009 14:15:25 -0400 Lines: 30 Message-ID: References: <006001c9a0d3$9d61b660$d8252320$@com> <20090309163201.GA89070@owl.midgard.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-13-242.res.east.verizon.net User-Agent: KNode/0.99.01 Sender: news Subject: Re: Which install ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2009 18:14:40 -0000 Erik Trulsson wrote: > On Mon, Mar 09, 2009 at 11:25:06AM -0500, Darryl Hoar wrote: >> Greetings, >> I just purchased an older rack mounted supermicro server. It is running >> CentOS, but I want to install Freebsd on it. >> The server has (2) Xeon processors. Which download should I use ? i386 >> ??? >> > > If it is an older server then i386 is probably the right version to use. > The recent processors from Intel that use the 'Xeon' name also support > amd64, but older ones did not. > > > > If memory serves, the first Xeon to be 64 bit was the Nocona. Xeons prior to that were 32 bit and came in OLGA 603 sockets. In early 2001 they were 1.4 to 1.7GHz units, and later that year the speeds ramped up. At any rate, dmesg works the same way in CentOS so you can use it to easily make a more accurate determination. It will be near the top so do dmesg | more, or dmesg | less so it will page. It will be among some of the earliest output. -Mike