文档库 最新最全的文档下载
当前位置:文档库 › vmware支持的硬件

vmware支持的硬件

1. 声卡
#默认的声卡是VMware VMaudio (VMAUDIO)(WDM)
#Ensoniq ES1371 AC97声卡
sound.virtualdev = "es1371"
#Ensoniq ES1373 AC97声卡
sound.virtualdev = "es1373"
#目前未知型号的HDA声卡:VMware Virtual Audio
sound.virtualdev = "hdaudio"
#Creative SoundBlaster 16
sound.virtualdev = "sb16"

#其他参数
sound.present = "true"
sound.allowGuestConnectionControl = "false"
sound.fileName = "-1"
sound.autodetect = "true"
sound.pciSlotNumber = "34"
sound.pciSlotNumber = "35"

2.网卡
# Intel MT1000 Pro ethernet
ethernet0.virtualDev = "e1000"
# Intel 1Gbps ethernet
ethernet0.virtualDev = "e1000e"
# Emulated AMD 79C970 PCnet32 Lance NIC
ethernet0.virtualDev = "vlance"
# VMware virtual NIC
ethernet0.virtualDev = "vmxnet"
# Third generation VMware virtual NIC
ethernet0.virtualDev = "vmxnet3"
# Enhanced VMXNET 2
ethernet0.virtualDev = "vmxnet"
ethernet0.features = "15"

3.Parallel Port
parallel0.present = "TRUE"
parallel0.fileName = "Auto Detect"
parallel0.autodetect = "TRUE"
parallel0.bidirectional = "TRUE"

4.显卡
#启用3D加速(仅支持OPENGL)
mks.enable3d = "TRUE"
#设置显存大小(默认64MB,最多128MB)
svga.vramSize = "67108864"

5.鼠标
vmmouse.present = "FALSE"

6.BIOS
firmware = "bios"
firmware = "efi"

https://www.wendangku.net/doc/049073956.html,B 3.0
usb_xhci.present = "TRUE"

https://www.wendangku.net/doc/049073956.html,B 2.0
ehci.present = "TRUE"

9.主板
#intel 82440BX/ZX // intel 82371AB PIIX4

10. 存储控制器
# Bus Logic
默认
# LSI Logic
scsi0.virtualDev = "lsilogic"
# LSI Logic SAS
scsi0.virtualDev = "lsisas1068"
# VMware vSCSI
scsi0.virtualDev = "pvscsi"

################################################
#IDE
ide0:0.* =
#SCSI
scsi0:0.* =

#其他
hypervisor.cpuid.v0 = "FALSE"
mce.enable = "TRUE"
vhv.enable = "TRUE"

相关文档
相关文档 最新文档