No.2 OpenBSD 4.1内核编译

2009-05-13 10:31:40来源:未知 阅读 ()

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


                                                                No.2 OpenBSD 4.1内核编译
实验环境:i386平台
user:root
参考:http://www.openbsd.org/faq/faq5.html#Options
GENERIC
#    $OpenBSD: GENERIC,v 1.547 2007/02/28 21:54:43 grange Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page.  For further information about kernel options
# for this architecture, see the options(4) man page.  For an explanation
# of each device driver in this file see the section 4 man page for the
# device.
machine        i386
include        "../../../conf/GENERIC"
maxusers    32            # estimated number of users
option        I386_CPU    # CPU classes; at least one is REQUIRED
option        I486_CPU
option        I586_CPU
option        I686_CPU
option        USER_PCICONF    # user-space PCI configuration
#option        VM86        # Virtual 8086 emulation
option        KVM86        # Kernel Virtual 8086 emulation
option        USER_LDT    # user-settable LDT; see i386_set_ldt(2)
option        APERTURE    # in-kernel aperture driver for XFree86
#option        KGDB        # Remote debugger support; exclusive of DDB
#option        "KGDB_DEVNAME=\"pccom\"",KGDBADDR=0x2f8,KGDBRATE=9600
option        COMPAT_SVR4    # binary compatibility with SVR4
option        COMPAT_IBCS2    # binary compatibility with SCO and ISC
option        COMPAT_LINUX    # binary compatibility with Linux
option        COMPAT_FREEBSD    # binary compatibility with FreeBSD
option        COMPAT_BSDOS    # binary compatibility with BSD/OS
option        COMPAT_AOUT    # a.out binaries are emulated
option        PROCFS        # /proc
#option        NTFS        # Experimental NTFS support

标签:

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

上一篇:Mkisofs China Project

下一篇:freebsd的PW命令用法详解