From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 5 03:02:55 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org 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 B5C1D16A41F for ; Mon, 5 Dec 2005 03:02:55 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0392943D49 for ; Mon, 5 Dec 2005 03:02:54 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id jB532sbS062440; Sun, 4 Dec 2005 19:02:54 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id jB532r5c062439; Sun, 4 Dec 2005 19:02:53 -0800 (PST) (envelope-from obrien) Date: Sun, 4 Dec 2005 19:02:53 -0800 From: "David O'Brien" To: "Marc G. Fournier" Message-ID: <20051205030253.GC62285@dragon.NUXI.org> References: <20051204184826.D1077@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051204184826.D1077@ganymede.hub.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: freebsd-amd64@freebsd.org Subject: Re: A stupid 64bit question ... but ... X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2005 03:02:55 -0000 On Sun, Dec 04, 2005 at 06:50:55PM -0400, Marc G. Fournier wrote: > > I recently bought a new Intel Xeon server, and when I put it together, I > didn't realize that the newer Xeon's were 64bit ... now, I've just built > perl 5.8.7, and its reporting: > > ================= > # perl -v > This is perl, v5.8.7 built for i386-freebsd-64int .. > I realize that this may be a stupid question, but am I correct in that > *this* is a 64bit machine, and I should be enabling the AMD64 stuff on > her? Perl won't be reporting a 64-bit capable machine, when running a 32-bit OS. Look in /var/run/dmesg for 'AMD Features' to report 'LM' (long mode). -- -- David (obrien@FreeBSD.org)