This is an archive of past FreeBSD releases; it's part of the FreeBSD Documentation Archive.
kernel 是整個 FreeBSD 作業系統的核心。 它控制了系統的整體運作,包含和記憶體管理、安全控管、網路、硬碟存取等等。 儘管目前 FreeBSD 大多可以用動態 module 來載入、卸載所需功能,但有時候仍有必要學會重新調配 kernel。
讀完這章,您將了解︰
為何需要重新調配、編譯 kernel?
要怎麼修改 kernel 設定檔?
如何以 kernel 設定檔來建立、編譯新的 kernel 呢?
如何安裝新的 kernel。
如何在 /dev 下來安裝新的硬體。
如何處理 kernel 錯誤無法開機的情形。
本章所舉例的相關指令都是以 root 權限來進行。
This, and other documents, can be downloaded from ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/.
For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.
For questions about this documentation, e-mail <doc@FreeBSD.org>.