Chapter 8 設定 FreeBSD Kernel

Table of Contents
8.1 概述
8.2 為何需要重新調配、編譯 kernel?
8.3 重新調配、編譯 kernel
8.4 The Configuration File
8.5 Making Device Nodes
8.6 If Something Goes Wrong
更新、重排:Jim Mock. 原作為:Jake Hamby.

8.1 概述

kernel 是整個 FreeBSD 作業系統的核心。 它控制了系統的整體運作,包含和記憶體管理、安全控管、網路、硬碟存取等等。 儘管目前 FreeBSD 大多可以用動態 module 來載入、卸載所需功能,但有時候仍有必要學會重新調配 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>.