On Fri, Oct 12, 2007 at 11:56:04PM -0400, Corey Osgood wrote:
joe@smittys.pointclark.net wrote:
Here is /proc/cpuinfo from the original bios:
processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 11 model name : Mobile Intel(R) Celeron(TM) CPU 733MHz stepping : 4 cpu MHz : 731.076 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 1445.88
What would my cpu_device_id be then? 0x06B4 right?
Yep, I think so.
You could also run 'cpuid -a' or 'x86info -a' for lots more information...
apt-get install cpuid apt-get install x86info
Uwe.