我的FreeBSD6.2内核配置文件

2009-05-13 10:50:08来源:未知 阅读 ()

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

#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.13 2006/10/09 18:41:36 simon Exp $
machine        i386
#cpu        I486_CPU
#cpu        I586_CPU
cpu        I686_CPU
ident        NEOLKC
maxusers    0
# To statically compile in device wiring instead of /boot/device.hints
#hints        "GENERIC.hints"    # Default places to look for devices.
makeoptions    DEBUG=-g        # Build kernel with gdb(1) debug symbols
options     SCHED_4BSD        # 4BSD scheduler
options     PREEMPTION        # Enable kernel thread preemption
options     INET            # InterNETworking
#options     INET6            # IPv6 communications protocols
options     FFS            # Berkeley Fast Filesystem
options     SOFTUPDATES        # Enable FFS soft updates support
options     UFS_ACL        # Support for access control lists
options     UFS_DIRHASH        # Improve performance on big directories
options     MD_ROOT        # MD is a potential root device
#options     NFSCLIENT        # Network Filesystem Client
#options     NFSSERVER        # Network Filesystem Server
#options     NFS_ROOT        # NFS usable as /, requires NFSCLIENT
options     MSDOSFS        # MSDOS Filesystem

标签:

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

上一篇:FreeBSD 压缩与解压缩

下一篇:FreeBSD chmod -入门的一些常识