From owner-freebsd-questions@FreeBSD.ORG Thu Mar 17 22:40:18 2011 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 894211065670 for ; Thu, 17 Mar 2011 22:40:18 +0000 (UTC) (envelope-from prvs=0050d13e24=johnl@iecc.com) Received: from gal.iecc.com (gal.iecc.com [64.57.183.53]) by mx1.freebsd.org (Postfix) with ESMTP id 2164A8FC14 for ; Thu, 17 Mar 2011 22:40:17 +0000 (UTC) Received: (qmail 76440 invoked from network); 17 Mar 2011 22:01:49 -0000 Received: from mail1.iecc.com (64.57.183.56) by mail1.iecc.com with QMQP; 17 Mar 2011 22:01:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:subject:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:vbr-info; s=12fbb.4d828790.k1103; i=johnl@user.iecc.com; bh=g35xY76vbc7IWsuGbNDg1df9kdARlH5Vsb1NuR7ox1g=; b=aypAvvHeH2uNhAaLAX2nTnyN3ARagYmnasPAyYbFIuuaA1b8R5WjF5uw3fh+ASoimzEGQCa0p61dsR5dhLC92irqBD6ZvyTL4eifAmo0URUO8/0k8rsVYJlfitK6fabP+XYmmyuBV4EPwxCIYAmDIQWYGwMcGUaug6GemvgQ4WQ= VBR-Info: md=iecc.com; mc=all; mv=dwl.spamhaus.org Date: 17 Mar 2011 22:13:36 -0000 Message-ID: <20110317221336.77754.qmail@joyce.lan> From: John Levine To: freebsd-questions@freebsd.org In-Reply-To: <20110317213336.GF10069@ece.pdx.edu> Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit Cc: freebsd@t41t.com Subject: Re: How to tell whether CPU supports x64? 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: Thu, 17 Mar 2011 22:40:18 -0000 >I have a remote server, and I'd like to know if it will support >64-bit instructions. Is there some way I can tell? It's running 32-bit >FreeBSD right now. > >>From dmesg.boot: > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Intel(R) Xeon(TM) CPU 2.40GHz (2387.76-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 > Features=0xbfebfbff > Features2=0x4400> > Logical CPUs per core: 2 > real memory = 1073676288 (1023 MB) > avail memory = 1041502208 (993 MB) > ACPI APIC Table: > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 Looking at the Intel web site, the only Xeon I see that runs at 2.4GHz and has two cores with two threads is the Xeon 3060, which does indeed provide the 64 bit instruction set. http://ark.intel.com/Product.aspx?id=27205&processor=3060&spec-codes=SL9TZ,SL9ZH,SLACD