- ベストアンサー
Pentinum4ってコア2ですか?
DELL SC430(Pentium4 521 2.80GHz, 1MB L2 Cache, EM64T, 800MHz FSB)にLinuxをインストールしているマシンがあるのですが、 # cat /proc/cpuinfo 上記コマンドでCPUの確認をすると、下記のようにCPUが2つ認識されていました。 Pentium4 521ってコア2でしたでしょうか? それともLinuxのインストールが間違っているのでしょうか? cat /proc/versionを実行すると2.6.9-42.0.3.ELsmpでインストールしているみたいです。 -----コマンド実行結果------- >cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Pentium(R) 4 CPU 2.80GHz stepping : 9 cpu MHz : 2793.362 cache size : 1024 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dt s acpi mmx fxsr sse sse2 ss ht tm pbe nx lm pni monitor ds_cpl cid xtpr bogomips : 5590.29 processor : 1 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Pentium(R) 4 CPU 2.80GHz stepping : 9 cpu MHz : 2793.362 cache size : 1024 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dt s acpi mmx fxsr sse sse2 ss ht tm pbe nx lm pni monitor ds_cpl cid xtpr bogomips : 5586.13 ------------------------------------------------- >cat /proc/version Linux version 2.6.9-42.0.3.ELsmp (buildsvn@build-i386) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)) #1 SMP Fri Oct 6 06:21:39 CDT 2006
- みんなの回答 (3)
- 専門家の回答
補足
それではLinuxはsmpでインストールしてOKなのでしょうか?