From owner-freebsd-questions@FreeBSD.ORG Thu Mar 17 23:27:15 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 142C4106564A for ; Thu, 17 Mar 2011 23:27:15 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9E5288FC08 for ; Thu, 17 Mar 2011 23:27:14 +0000 (UTC) Received: by fxm11 with SMTP id 11so3742242fxm.13 for ; Thu, 17 Mar 2011 16:27:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=DH/MpKDvvJTAIPoKFJROncd4gBnf9AzKuRSUolfPxP4=; b=SQUvJJgzp5WbwNEl1RmLVtJw7MRvxVfT4YaqG/pHeS+xbwPZK4M/s2/dgYJ8BfoE4m qnfhXgd+46i8e7+IrZ1OWa/pYTkud1c/X1KuGk07bweSLvr4syQzGbeiuZ1vNnpBafvz hWnqev77AcLu5tNBWVoNpOISrfs4nJmnCYSVU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dHG+P6ouWAJpqeMLdJqV7yeHEGpXQkESGPijxev8twY/WZiRFFR+GeZA2OAIPyIFt7 H046zr5R/1VmfupirFpeEYZxz1Zjzx5TekANQPRr1XAq/MxRCkik/rJHPxDGqKFiEz28 /HKQ/WcNXVM1QxS5Qv3Yl0sh5MUHqxhMrigbk= MIME-Version: 1.0 Received: by 10.223.1.76 with SMTP id 12mr418771fae.118.1300404433553; Thu, 17 Mar 2011 16:27:13 -0700 (PDT) Received: by 10.223.59.7 with HTTP; Thu, 17 Mar 2011 16:27:13 -0700 (PDT) In-Reply-To: References: <20110317213336.GF10069@ece.pdx.edu> Date: Thu, 17 Mar 2011 18:27:13 -0500 Message-ID: From: Adam Vande More To: Ilya Kazakevich Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Tait , 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 23:27:15 -0000 On Thu, Mar 17, 2011 at 5:14 PM, Ilya Kazakevich wrote: > Afaik there should be "LM" in "AMD features" output. Even for Intel. Grep > your dmesg.boot for LM. > Please don't top-post. yes that is correct, LM stands for Long Mode which indicates amd64 support. If your CPU doesn't list it, it's either a 32 bit only CPU, or it's a bug. -- Adam Vande More