Re: [問題] 編kernel的問題...

看板FreeBSD作者 (歡迎加入豬頭黨)時間20年前 (2005/12/16 13:42), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/4 (看更多)
※ 引述《basketballb (好痛...)》之銘言: : ※ 引述《lwj.bbs@firebird.cs.ccu.edu.tw (上班==上網??)》之銘言: : : 【 在 basketballb.bbs@ptt.cc (好痛...) 的大作中提到: 】 : : 在你找到 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. -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 211.20.47.64
文章代碼(AID): #13ebEp5x (FreeBSD)
文章代碼(AID): #13ebEp5x (FreeBSD)