08 2009

自定义FreeBSD的内核

Posted by admin in Linux

first: cd /usr/src/sys/i386/config
cp GENERIC MyKernel

and
vi MyKernel
add options or rm options

如果想要支持IPFirewall功能。需要添加以下一些options

Read entire article.

收藏与分享
06 2009

在FreeBSD中 出现Protocol not available 错误

Posted by admin in Linux

freebsd# ipfw -q add 10 allow all from any to 127.0.0.0/8
ipfw: getsockopt(IP_FW_ADD): Protocol not available

哎,我又要重新编释内核

[ad#ad_article_2]

收藏与分享