Detecting CPU Type

Momchil Ivanov idiotbg at gmail.com
Tue Jul 10 20:51:19 UTC 2007


On Tuesday 10 July 2007 21:54:43 Olivier Regnier wrote:
> Hi everyone,
>
> I searching to find information about my CPU type.
>
> With the following command:
> # dmesg | grep -i cpu
> i have this: CPU: Mobile AMD Sempron(tm) Processor 2800+ (1600.06-Mhz
> 686-class CPU)
> but with a
> # uname -m
> i have i386.
>
> I must configure my CPUTYPE?= in /etc/make.conf.
> I'ts i686 (686-class) or i386 ?
>
> Can you give me information please ?
>
> Thank you.
>
> Olivier Regnier

Hi Olivier,

from the manual page of uname(1) you can see what the -m option shows you, 
namely the platform on which you are running FreeBSD:

     -m      Write the type of the current hardware platform to standard out-
             put.
 
This page gives information on what kind of platforms does FreeBSD run 
http://www.freebsd.org/platforms/

-- 
PGP KeyID: 0x3118168B
Keyserver: pgp.mit.edu
Key fingerprint BB50 2983 0714 36DC D02E  158A E03D 56DA 3118 168B
  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070710/c42aecba/attachment.pgp


More information about the freebsd-questions mailing list