我正在尝试为我的旧笔记本构建自定义内核(3.12.13版本),并且我无法从提供的列表中确定处理器家族。
( ) 486
( ) 586/K5/5x86/6x86/6x86MX
( ) Pentium-Classic
( ) Pentium-MMX
( ) Pentium-Pro
( ) Pentium-II/Celeron(pre-Coppermine)
( ) Pentium-III/Celeron(Coppermine)/Pentium-III Xeon
( ) Pentium M
( ) Pentium-4/Celeron(P4-based)/Pentium-4 M/older Xeon
( ) K6/K6-II/K6-III
( ) Athlon/Duron/K7
( ) Opteron/Athlon64/Hammer/K8
( ) Crusoe
( ) Efficeon
( ) Winchip-C6
( ) Winchip-2/Winchip-2A/Winchip-3
( ) AMD Elan
( ) GeodeGX1
( ) GeodeGX1
( ) Geode GX/LX
( ) CyrixIII/VIA-C3
( ) VIA C3-2 (Nehemiah)
( ) VIA C7
( ) Core 2/newer Xeon
( ) Intel Atom 根据本指南,420个塞隆-M处理器是基于核心独奏的,但我不知道我应该从上面的列表中选择哪个处理器家族。我的信息:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Intel(R) Celeron(R) M CPU 420 @ 1.60GHz
stepping : 8
microcode : 0x39
cpu MHz : 1596.033
cache size : 1024 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe nx constant_tsc up arch_perfmon bts aperfmperf pni monitor tm2 xtpr pdcm dtherm
bogomips : 3192.06
clflush size : 64
cache_alignment : 64
address sizes : 32 bits physical, 32 bits virtual
power management:有人会提供一个指针吗?
发布于 2014-02-28 15:26:47
我建议你选择奔腾-4/赛扬(P4-基)/奔腾-4M/老西昂。在您提供的链接中,应该使用'-march=prescott‘选项。据http://en.wikipedia.org/wiki/List_的_英特尔_奔腾_4._微处理机报道,普雷斯科特是奔腾4号。
发布于 2014-03-01 12:25:43
您应该使用Core 2/更新的Xeon选项。你的CPU来自英特尔核心家族。
发布于 2016-04-04 01:32:06
不是的。在我看来就像奔腾M系列。
https://unix.stackexchange.com/questions/117495
复制相似问题