取得 kernel config 範例:
cp /sys/i386/conf/GENERIC /etc/FREEBSD
more /sys/i386/conf/LINT
將 kernel config file 置於 /etc 下:
cd /sys/i386/conf; ln -s /etc/FREEBSD
vi FREEBSD 做必要的修改
config FREEBSD; cd ../../compile/FREEBSD
make depend all install
待 kernel 編完後
sync; sync; sync; reboot