FreeBSD内核配置

2009-05-13 00:37:49来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

我的机器内核配置文件。
machine                i386
cpu                I686_CPU
options                CPU_ENABLE_SSE
options                PQ_MEDIUMCACHE
options                CPU_UPGRADE_HW_CACHE
options         PANIC_REBOOT_WAIT_TIME=16
options                CONSPEED=115200
options                SC_NO_HISTORY
options                SC_DISABLE_REBOOT
options                SC_DISABLE_DDBKEY
options                MAXMEM="(256*1024)"
options                MAXDSIZ="(256*1024*1024)"
options                MAXSSIZ="(256*1024*1024)"
options                DFLDSIZ="(256*1024*1024)"
ident                TRAVEL
maxusers        0
#makeoptions        DEBUG=-g                #Build kernel with gdb(1) debug symbols
#options         MATH_EMULATE                #Support for x87 emulation
options         INET                        #InterNETworking
#options         INET6                        #IPv6 communications protocols
options         FFS                        #Berkeley Fast Filesystem
options         FFS_ROOT                #FFS usable as root device [keep this!]
options         SOFTUPDATES                #Enable FFS soft updates support
options         UFS_DIRHASH                #Improve performance on big directories
#options         MFS                        #Memory Filesystem
#options         MD_ROOT                        #MD is a potential root device
#options         NFS                        #Network Filesystem
#options         NFS_ROOT                #NFS usable as root device, NFS required

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:ctwmrc设置

下一篇:有关uid问题的一些看法