cz-sjm 发表于 2016-1-5 13:59:22

MyConfFiles:VMKERNEL VMWARE中的内核

machinei386
#cpuI486_CPU
#cpuI586_CPU
cpuI686_CPU
identVMKERNEL

# To statically compile in device wiring instead of /boot/device.hints
#hints"GENERIC.hints"# Default places to look for devices.

makeoptionsDEBUG=-g# Build kernel with gdb(1) debug symbols

#options SCHED_ULE# ULE scheduler
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
options CD9660# ISO 9660 Filesystem
options PROCFS# Process filesystem (requires PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options GEOM_GPT# GUID Partition Tables.
options COMPAT_43# Compatible with BSD 4.3
options COMPAT_FREEBSD4# Compatible with FreeBSD4
options COMPAT_FREEBSD5# Compatible with FreeBSD5
options SCSI_DELAY=1000# Delay (in ms) before probing SCSI
#*options KTRACE# ktrace(1) support
options SYSVSHM# SYSV-style shared memory
options SYSVMSG# SYSV-style message queues
options SYSVSEM# SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
#options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug
# output.Adds ~215k to driver.
options ADAPTIVE_GIANT# Giant mutex is adaptive.

deviceapic# I/O APIC

# Bus support.
deviceeisa
devicepci

# Floppy drives
#devicefdc

# ATA and ATAPI devices
deviceata
deviceatadisk# ATA disk drives
#deviceataraid# ATA RAID drives
deviceatapicd# ATAPI CDROM drives
#deviceatapifd# ATAPI floppy drives
#deviceatapist# ATAPI tape drives
options ATA_STATIC_ID# Static device numbering

# SCSI Controllers
#deviceahb# EISA AHA1742 family
#deviceahc# AHA2940 and onboard AIC7xxx devices
#deviceahd# AHA39320/29320 and onboard AIC79xx devices
#deviceamd# AMD 53C974 (Tekram DC-390(T))
#deviceisp# Qlogic family
##device ispfw# Firmware for QLogic HBAs- normally a module
#devicempt# LSI-Logic MPT-Fusion
#devicencr# NCR/Symbios Logic
#devicesym# NCR/Symbios Logic (newer chipsets + those of `ncr')
#devicetrm# Tekram DC395U/UW/F DC315U adapters

#deviceadv# Advansys SCSI adapters
#deviceadw# Advansys wide SCSI adapters
#deviceaha# Adaptec 154x SCSI adapters
#deviceaic# Adaptec 15x SCSI adapters, AIC-660.
#devicebt# Buslogic/Mylex MultiMaster SCSI adapters

#devicencv# NCR 53C500
#devicensp# Workbit Ninja SCSI-3
#devicestg# TMC 18C30/18C50

# SCSI peripherals
devicescbus# SCSI bus (required for SCSI)
devicech# SCSI media changers
deviceda# Direct Access (disks)
#devicesa# Sequential Access (tape etc)
#devicecd# CD
#devicepass# Passthrough device (direct SCSI access)
#deviceses# SCSI Environmental Services (and SAF-TE)

# RAID controllers interfaced to the SCSI subsystem
#deviceamr# AMI MegaRAID
#devicearcmsr# Areca SATA II RAID
#deviceasr# DPT SmartRAID V, VI and Adaptec SCSI RAID
#deviceciss# Compaq Smart RAID 5*
#devicedpt# DPT Smartcache III, IV - See NOTES for options
#devicehptmv# Highpoint RocketRAID 182x
#deviceiir# Intel Integrated RAID
#deviceips# IBM (Adaptec) ServeRAID
#devicemly# Mylex AcceleRAID/eXtremeRAID
#devicetwa# 3ware 9000 series PATA/SATA RAID

# RAID controllers
#deviceaac# Adaptec FSA RAID
#deviceaacp# SCSI passthrough for aac (requires CAM)
#deviceida# Compaq Smart RAID
#devicemlx# Mylex DAC960 family
#devicepst# Promise Supertrak SX6000
#devicetwe# 3ware ATA RAID

# atkbdc0 controls both the keyboard and the PS/2 mouse
deviceatkbdc# AT keyboard controller
deviceatkbd# AT keyboard
devicepsm# PS/2 mouse

devicevga# VGA video card driver

devicesplash# Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
devicesc
options      MAXCONS=4    #* 不需要更多的控制台

# Enable this for the pcvt (VT220 compatible) console driver
#devicevt
#options XSERVER# support for X server on a vt console
#options FAT_CURSOR# start with block cursor

deviceagp# support several AGP chipsets

# Power management support (see NOTES for more options)
#deviceapm
# Add suspend/resume support for the i8254.
devicepmtimer

# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
#devicecbb# cardbus (yenta) bridge
#devicepccard# PC Card (16-bit) bus
#devicecardbus# CardBus (32-bit) bus

# Serial (COM) ports
#*devicesio# 8250, 1650 based serial ports

# Parallel port
#deviceppc
#*deviceppbus# Parallel port bus (required)
#devicelpt# Printer
#*deviceplip# TCP/IP over parallel
#*deviceppi# Parallel port interface device
#devicevpo# Requires scbus and da

# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to the sio and/or ppc drivers):
#devicepuc

# PCI Ethernet NICs.
#devicede# DEC/Intel DC21x4x (``Tulip'')
#deviceem# Intel PRO/1000 adapter Gigabit Ethernet Card
#deviceixgb# Intel PRO/10GbE Ethernet Card
#devicetxp# 3Com 3cR990 (``Typhoon'')
#devicevx# 3Com 3c590, 3c595 (``Vortex'')

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
devicemiibus# MII bus support
#devicebfe# Broadcom BCM440x 10/100 Ethernet
#devicebge# Broadcom BCM570xx Gigabit Ethernet
#devicedc# DEC/Intel 21143 and various workalikes
#devicefxp# Intel EtherExpress PRO/100B (82557, 82558)
#devicelge# Level 1 LXT1001 gigabit Ethernet
#devicenge# NatSemi DP83820 gigabit Ethernet
#devicenve# nVidia nForce MCP on-board Ethernet Networking
devicepcn# AMD Am79C97x PCI 10/100(precedence over 'lnc')
#devicere# RealTek 8139C+/8169/8169S/8110S
#devicerl# RealTek 8129/8139
#devicesf# Adaptec AIC-6915 (``Starfire'')
#devicesis# Silicon Integrated Systems SiS 900/SiS 7016
#devicesk# SysKonnect SK-984x & SK-982x gigabit Ethernet
#deviceste# Sundance ST201 (D-Link DFE-550TX)
#deviceti# Alteon Networks Tigon I/II gigabit Ethernet
#devicetl# Texas Instruments ThunderLAN
#devicetx# SMC EtherPower II (83c170 ``EPIC'')
#devicevge# VIA VT612x gigabit Ethernet
#devicevr# VIA Rhine, Rhine II
#devicewb# Winbond W89C840F
#devicexl# 3Com 3c90x (``Boomerang'', ``Cyclone'')

# ISA Ethernet NICs.pccard NICs included.
devicecs# Crystal Semiconductor CS89x0 NIC
# 'device ed' requires 'device miibus'
#deviceed# NE000, SMC Ultra, 3c503, DS8390 cards
#deviceex# Intel EtherExpress Pro/10 and Pro/10+
#deviceep# Etherlink III based cards
#devicefe# Fujitsu MB8696x based cards
#deviceie# EtherExpress 8/16, 3C507, StarLAN 10 etc.
devicelnc# NE2100, NE32-VL Lance Ethernet cards
#devicesn# SMC's 9000 series of Ethernet chips
#devicexe# Xircom pccard Ethernet

# ISA devices that use the old ISA shims
#devicele

# Wireless NIC cards
#devicewlan# 802.11 support
#devicean# Aironet 4500/4800 802.11 wireless NICs.
#deviceawi# BayStack 660 and others
#deviceral# Ralink Technology RT2500 wireless NICs.
#devicewi# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#devicewl# Older non 802.11 Wavelan wireless NIC.

# Pseudo devices.
deviceloop# Network loopback
devicerandom# Entropy device
deviceether# Ethernet support
#*devicesl# Kernel SLIP
#*deviceppp# Kernel PPP
#*devicetun# Packet tunnel.
devicepty# Pseudo-ttys (telnet etc)
#*devicemd# Memory "disks"
#devicegif# IPv6 and IPv4 tunneling
#devicefaith# IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
devicebpf# Berkeley packet filter

# USB support
#deviceuhci# UHCI PCI->USB interface
#deviceohci# OHCI PCI->USB interface
#deviceehci# EHCI PCI->USB interface (USB 2.0)
deviceusb# USB Bus (required)
#deviceudbp# USB Double Bulk Pipe devices
deviceugen# Generic
deviceuhid# "Human Interface Devices"
deviceukbd# Keyboard
#deviceulpt# Printer
#*deviceumass# Disks/Mass storage - Requires scbus and da
deviceums# Mouse
#deviceural# Ralink Technology RT2500USB wireless NICs
#deviceurio# Diamond Rio 500 MP3 player
#deviceuscanner# Scanners
# USB Ethernet, requires miibus
#deviceaue# ADMtek USB Ethernet
#deviceaxe# ASIX Electronics USB Ethernet
#devicecdce# Generic USB over Ethernet
#devicecue# CATC USB Ethernet
#devicekue# Kawasaki LSI USB Ethernet
#devicerue# RealTek RTL8150 USB Ethernet

# FireWire support
#devicefirewire# FireWire bus code
#devicesbp# SCSI over FireWire (Requires scbus and da)
#devicefwe# Ethernet over FireWire (non-standard!)
页: [1]
查看完整版本: MyConfFiles:VMKERNEL VMWARE中的内核