cat /proc/cpuinfo ?

Dhénin Jean-Jacques dhenin at fnet.fr
Mon Mar 27 09:01:51 UTC 2006


pkg_add cpuid

and

:; cpuid

 eax in    eax      ebx      ecx      edx
00000000 00000002 756e6547 6c65746e 49656e69
00000001 00000f27 0001080a 00000400 bfebfbff
00000002 665b5101 00000000 00000000 003b7040
80000000 80000004 00000000 00000000 00000000
80000001 00000000 00000000 00000000 00000000
80000002 20202020 20202020 20202020 20202020
80000003 65746e49 2952286c 6c654320 6e6f7265
80000004 20295228 20555043 30322e32 007a4847

Vendor ID: "GenuineIntel"; CPUID level 2

Intel-specific functions:
Version 00000f27:
Type 0 - Original OEM
Family 15 - Pentium 4
Extended family 0
Model 2 - Intel Pentium 4 processor (generic) or newer
Stepping 7
Reserved 0
...

and so on.


dmidecode is interesting also.

2006/3/27, Norberto Meijome <freebsd at meijome.net>:
> On Sun, 26 Mar 2006 22:47:11 -0800 (PST)
> Bill Schoolcraft <bill at wiliweld.com> wrote:
>
> > Hello Family,
> >
> > Yes, yes, I know... I have a bunch of boxes under my desk here at
> > home and between the Ultra-10, FreeBSD-5.4 and 6.0 and SuSE I get
> > confused and that's what happened when I tried to type the following
> > on my FreeBSD box.
> >
> > cat /proc/cpuinfo
> >
>
> [....]
>
> >
> > Is there some *BSD port that will give me CPU information like the
> > above from the command line?
>
> You want the linux /proc behaviour.
>
> 1) make sure you have linux binary compatibility installed
>
> $ pkg_info | grep linux_base
> linux_base-8-8.0_14 Base set of packages needed in Linux mode (for
> i386/amd64)
>
> $ grep -i linux /etc/rc.conf
> linux_enable="YES"
>
> ( without a reboot, this equals to kldload linux)
>
> 2) add to /etc/fstab:
> linprocfs   /compat/linux/proc   linprocfs   rw   0  0
>
> and then you can get :
>
>
> [betom at ayiin] [Mon Mar 27 17:18:50 2006]
> ~
> $ cat /compat/linux/proc/cpuinfo
> processor       : 0
> vendor_id       : GenuineIntel
> cpu family      : 6
> model           : 7
> stepping        : 8
> flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> mca cmov pat b19 b21 mmxext mmx fxsr xmm b26 b27 b29 3dnow cpu
> MHz         : 1995.02 bogomips        : 1995.02
>
> HIH,
> Beto
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>


--
jjd


More information about the freebsd-questions mailing list