- To: Andy Eager <eagera@xxxxxxxxxxxxxxx>
- Subject: Re: [SLUG] Determining architecture
- From: DaZZa <dazza@xxxxxxxxxx>
- Date: Fri Jul 27 16:54:02 2001
- Cc: <slug@xxxxxxxxxxx>
On Fri, 27 Jul 2001, Andy Eager wrote:
> Is there any way of determining what your processor is ? (without taking
> the cover off)
>
> I tried uname -p, and it just came back unknown (on a P|||, 750MHz CPU)
cat /proc/cpuinfo
Mine gives the following
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Pentium III (Katmai)
stepping : 3
cpu MHz : 498.680
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
sep_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 3
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 pn mmx fxsr xmm
bogomips : 996.15
{it actually gives another page, 'cause I've got two processors, but this
is a good enough indication}
> Also, I know this is probably really silly question (no flames please),
> but what do the various i386, i586, i686 refer to in terms of generic
> cpu names. Eg is a Pentium ||| an i686 or i586 ? Any docs anywhere ?
The Pentium 3 is the Pentium 3 - Intel stopped using the x86 naming
standard after the {I think} 486 series of processors after a US court
ruled that they couldn't sue AMD {or Cyrix} for calling their processor a
586 as you can't trademark a series of numbers.
The name "Pentium" refers to the 5th generation processor made by Intel
{8086, 80286, 80386, 80486, Pentium} - Penta being 5.
DaZZa