From owner-freebsd-questions@FreeBSD.ORG Wed May 28 21:08:03 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 D4B3B1065676 for ; Wed, 28 May 2008 21:08:03 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 865AE8FC0A; Wed, 28 May 2008 21:07:59 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <483DC9AC.1000003@FreeBSD.org> Date: Wed, 28 May 2008 23:07:56 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: kalin m References: <483DC6FA.7020100@el.net> In-Reply-To: <483DC6FA.7020100@el.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: amd64 ?! 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: Wed, 28 May 2008 21:08:03 -0000 kalin m wrote: > hi all... > > i have dilemma. > > i asked a hosting faclity to set up freebsd 7 on new server. and i > mentioned that it should be 64 bit. > now they when i get into the machine i get: > srv391# uname -a > FreeBSD srv391.carpathiahost.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun > Feb 24 10:35:36 UTC 2008 > root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > i did ask for an intel machine and the dmseg actually states: > > CPU: Intel(R) Xeon(R) CPU E5405 @ 2.00GHz (1997.01-MHz > K8-class CPU) > Origin = "GenuineIntel" Id = 0x10676 Stepping = 6 > > Features=0xbfebfbff > > > Features2=0xce33d> > > AMD Features=0x20100800 > AMD Features2=0x1 > > > so i'm a bit confused about the the 64 bit and why the machine is > identifying itself as amd64 and not i686? amd64 is the architecture name (since it was invented by AMD; just like i686 is named after Intel even if you are running CPU implementations by amd, cyrix, etc). Kris