From owner-freebsd-questions@FreeBSD.ORG Thu Mar 17 22:48:13 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 5E48C1065672 for ; Thu, 17 Mar 2011 22:48:13 +0000 (UTC) (envelope-from dteske@vicor.com) Received: from postoffice.vicor.com (postoffice.vicor.com [69.26.56.53]) by mx1.freebsd.org (Postfix) with ESMTP id 49E898FC14 for ; Thu, 17 Mar 2011 22:48:12 +0000 (UTC) Received: from [192.82.228.128] (port=59150) by postoffice.vicor.com with esmtpsa (SSLv3:AES256-SHA:256) (Exim 4.74) (envelope-from ) id 1Q0LzW-00009s-Ka; Thu, 17 Mar 2011 15:48:28 -0700 From: Devin Teske To: Tait In-Reply-To: <20110317213336.GF10069@ece.pdx.edu> References: <20110317213336.GF10069@ece.pdx.edu> Organization: VICOR, Inc. Date: Thu, 17 Mar 2011 22:47:55 +0000 Message-ID: <1300402075.47040.54.camel@dt.vicor.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 X-Scan-Signature: 7cae7f85fe1875c3bbf6d4261624bd4e X-Scan-Host: postoffice.vicor.com Content-Type: text/plain; charset="cp1252" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org 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:48:13 -0000 On Thu, 2011-03-17 at 14:33 -0700, Tait wrote: > 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 > > I've had no luck trying to search for the id/stepping. Would the > feature list show x64 support? Just as an FYI, dmidecode offers a pretty comprehensive view of your hardware. Available both as a package and in the ports tree. -- Devin > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"