From owner-freebsd-questions@FreeBSD.ORG Sat Jun 14 21:19:08 2008 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 047EC1065680 for ; Sat, 14 Jun 2008 21:19:08 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id A31428FC0A for ; Sat, 14 Jun 2008 21:19:01 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from [192.168.1.97] (adsl-068-209-177-221.sip.ard.bellsouth.net [68.209.177.221]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id m5ELIx5H062741; Sat, 14 Jun 2008 17:18:59 -0400 (EDT) (envelope-from bitabyss@gmail.com) Message-ID: <485435C8.6060300@gmail.com> Date: Sat, 14 Jun 2008 17:19:04 -0400 From: Rob User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Ryan Coleman References: <4853E03A.3040307@cwis.biz> In-Reply-To: <4853E03A.3040307@cwis.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 64-bit? 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: Sat, 14 Jun 2008 21:19:08 -0000 Ryan Coleman wrote: > This machine is running a D2C E4600 which (as I understand) is a 64-bit > cpu, but I'm running fBSD 6.3 which is *not* 64-bit? Might this have All AMD & Intel "x86" processors made in the last several years have the traditional x86 32 bit instruction set, as well as AMD's 64 bit set. See: http://en.wikipedia.org/wiki/X86-64 -R