среда, 26 марта 2014 г.

Сборка ядра

# cd /usr/src/sys/i386/conf (или amd64/conf)
# cp GENERIC MYKERNEL

Правим GENERIC

ident MYKERNEL


#IPFW

options         IPFIREWALL
options         IPFIREWALL_VERBOSE
options         IPFIREWALL_VERBOSE_LIMIT=100
options         IPDIVERT
options         IPFIREWALL_FORWARD
options         DUMMYNET

#Если нужен ipfw nat
options         IPFIREWALL_NAT
options         LIBALIAS

#IPSEC
options         IPSEC
options         IPSEC_DEBUG
device          crypto

#CPU temp
device coretemp

Сохраняем.

# config MYKERNEL
# cd ../compile/MYKERNEL
# make cleandepend && make depend
# make all
# make install
# reboot

Комментариев нет:

Отправить комментарий