請問有關Kernel conf 的問題 - BBS

Table of Contents

※ 引述《leosnake (尼歐)》之銘言:
: 小弟最近要重編kernel
: 在編輯 kernel configuration 的時候
: 必須指定cpu type
: default 的選單內只有
: cpu I486_CPU
: cpu I586_CPU
: cpu I686_CPU
: 我是用 Intel core 2 duo 的cpu
: 這樣要怎麼寫呢??
: 請各位大大指教<(_ _)>

可以看一下 /var/run/dmesg.boot,找找看類似這行
CPU: AMD Sempron(tm) Processor 2800+ (1607.83-MHz 686-class CPU)

以你的例子而言,應該看到的會是 K8-class CPU

你還是可以用 i686,不過既然都用 core 2 duo 了,為什麼不裝 amd64 呢 :p

--

All Comments