首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

VMware 6.5.0 build-118166 的 FreeBSD 4.11 之极少配置

Posted on 2008-12-07 19:22  昕旸灿烂  阅读(195)  评论(0)    收藏  举报

machine i386
cpu I686_CPU
ident GENERIC
maxusers 0

options INET #InterNETworking
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 CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM #Rate limit bad replies

device isa
device pci

#device ata
#
device atadisk # ATA disk drives
#
device atapicd # ATAPI CDROM drives
#
options ATA_STATIC_ID #Static device numbering

device mpt # LSI-Logic MPT/Fusion
device scbus # SCSI bus (required)
device da # Direct Access

device atkbdc0 at isa? port IO_KBD
device atkbd0 at atkbdc? irq 1 flags 0x1
device vga0 at isa?
pseudo-device splash

device sc0 at isa? flags 0x100
options MAXCONS=4
options SC_DISABLE_REBOOT
options SC_NO_CUTPASTE
options SC_NO_FONT_LOADING
options SC_NO_SYSMOUSE

device agp # support several AGP chipsets
options VGA_NO_FONT_LOADING
options VGA_NO_MODE_CHANGE

device npx0 at nexus? port IO_NPX irq 13
device em # Intel PRO/1000 adapter Gigabit Ethernet Card (``Wiseman'')
pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device bpf #Berkeley packet filter