編kernel的問題... - BBS
By Kama
at 2005-12-16T13:47
at 2005-12-16T13:47
Table of Contents
※ 引述《basketballb (好痛...)》之銘言:
: ※ 引述《[email protected] (上班==上網??)》之銘言:
: : 【 在 [email protected] (好痛...) 的大作中提到: 】
: : 在你找到 GENERIC 的目錄下有看到 SMP 這個檔案嗎?
: 有!有看到這個檔案!
: 編輯他的話看到他已經是打開了耶..O_o
: include GENERIC
: ident SMP-GENERIC
: # To make an SMP kernel, the next line is needed
: options SMP # Symmetric MultiProcessor Kernel
: 簡單的說...我只用把它抓來重make 就是已經打開SMP了吧?
make buildkernel KERNCONF=SMP
這樣的話他就會用SMP這個檔案的內容來編新的kernel
或是你還想加些什麼東西的話,自已寫一個config file放在那個目錄下吧
裡面至少要放這三行:
include GENERIC
ident (隨便你命名)
options SMP
如果你確定你以後都會用這個config file編,那可以在make.conf裡面加上
KERNCONF= (config file name)
這樣以後打make buildkernel/make installkernel都會用你的那個設定檔來編,
不需要每次都下KERNCONF的參數,比較方便。
--
I will use Google before asking dumb questions.
--
: ※ 引述《[email protected] (上班==上網??)》之銘言:
: : 【 在 [email protected] (好痛...) 的大作中提到: 】
: : 在你找到 GENERIC 的目錄下有看到 SMP 這個檔案嗎?
: 有!有看到這個檔案!
: 編輯他的話看到他已經是打開了耶..O_o
: include GENERIC
: ident SMP-GENERIC
: # To make an SMP kernel, the next line is needed
: options SMP # Symmetric MultiProcessor Kernel
: 簡單的說...我只用把它抓來重make 就是已經打開SMP了吧?
make buildkernel KERNCONF=SMP
這樣的話他就會用SMP這個檔案的內容來編新的kernel
或是你還想加些什麼東西的話,自已寫一個config file放在那個目錄下吧
裡面至少要放這三行:
include GENERIC
ident (隨便你命名)
options SMP
如果你確定你以後都會用這個config file編,那可以在make.conf裡面加上
KERNCONF= (config file name)
這樣以後打make buildkernel/make installkernel都會用你的那個設定檔來編,
不需要每次都下KERNCONF的參數,比較方便。
--
I will use Google before asking dumb questions.
--
Tags:
BBS
All Comments
Related Posts
Re: 無法開啟phpMyAdmin
By Jacob
at 2005-12-16T13:19
at 2005-12-16T13:19
無法開啟phpMyAdmin
By Jack
at 2005-12-16T12:32
at 2005-12-16T12:32
編kernel的問題...
By Andy
at 2005-12-16T12:32
at 2005-12-16T12:32
編kernel的問題...
By Olga
at 2005-12-16T03:48
at 2005-12-16T03:48
Re: fsck問題,不知如何判斷是不是壞軌
By Franklin
at 2005-12-14T21:00
at 2005-12-14T21:00