對這文章發表回應
發表限制: 非會員 可以發表
發表者: 冷日 發表時間: 2005/3/29 7:25:34
安裝 Linux Kernel source後,
如果發現/usr/src/linux目錄下沒有出現.config
可以到/boot目錄下
裡面有一個config-2.x.x-xxx的檔案
這就是目前使用Kernel的標準設定檔
你可以再執行
然後選[Load an Alternate Configuration File] 將config檔讀入
或使用
然後再匯入亦可.
如果發現/usr/src/linux目錄下沒有出現.config
可以到/boot目錄下
裡面有一個config-2.x.x-xxx的檔案
這就是目前使用Kernel的標準設定檔
你可以再執行
$>make menuconfig
然後選[Load an Alternate Configuration File] 將config檔讀入
或使用
$>make xconfig
然後再匯入亦可.