📄 my_virtual_machine.vmx
字号:
#!/usr/bin/vmplayer# Filename: My_Virtual_Machine.vmx# Generated 2009-02-16;19:30:40 by EasyVMX!# http://www.easyvmx.com# This is a Workstation 5 or 5.5 config file# It can be used with Playerconfig.version = "8"virtualHW.version = "4"# Selected operating system for your virtual machineguestOS = "dos"# displayName is your own name for the virtual machinedisplayName = "My_Virtual_Machine"# These fields are free text description fieldsguestinfo.vmware.product.class = "virtual machine"# Number of virtual CPUs. Your virtual machine will not# work if this number is higher than the number of your physical CPUsnumvcpus = "1"# Memory size and other memory settingsmemsize = "32"MemAllowAutoScaleDown = "FALSE"MemTrimRate = "-1"# Unique ID for the virtual machine will be createduuid.action = "create"# Remind to install VMware Tools# This setting has no effect in VMware Playertools.remindInstall = "TRUE"# Startup hints interfers with automatic startup of a virtual machine# This setting has no effect in VMware Playerhints.hideAll = "TRUE"# Enable time synchronization between computer# and virtual machinetools.syncTime = "TRUE"# First serial port, physical COM1 is availableserial0.present = "TRUE"serial0.fileName = "Auto Detect"serial0.autodetect = "TRUE"serial0.hardwareFlowControl = "TRUE"# Optional second serial port, physical COM2 is availableserial1.present = "TRUE"serial1.fileName = "Auto Detect"serial1.autodetect = "TRUE"serial1.hardwareFlowControl = "TRUE"# First parallell port, physical LPT1 is availableparallel0.present = "TRUE"parallel0.fileName = "Auto Detect"parallel0.autodetect = "TRUE"parallel0.bidirectional = "TRUE"# Sound settingssound.present = "TRUE"sound.virtualdev = "es1371"# Logging# This config activates logging, and keeps last loglogging = "TRUE"log.fileName = "My_Virtual_Machine.log"log.append = "TRUE"log.keepOld = "3"# These settings decides interaction between your# computer and the virtual machineisolation.tools.hgfs.disable = "FALSE"isolation.tools.dnd.disable = "FALSE"isolation.tools.copy.enable = "TRUE"isolation.tools.paste.enabled = "TRUE"# First network interface cardethernet0.present = "TRUE"ethernet0.virtualDev = "vlance"ethernet0.connectionType = "bridged"ethernet0.addressType = "generated"ethernet0.generatedAddressOffset = "0"# Settings for physical floppy drivefloppy0.present = "TRUE"floppy0.startConnected = "TRUE"floppy0.autodetect = "TRUE"# Settings for physical CDROM driveide1:0.present = "TRUE"ide1:0.deviceType = "cdrom-raw"ide1:0.startConnected = "TRUE"ide1:0.fileName = "auto detect"ide1:0.autodetect = "TRUE"# First IDE disk, size 500Mbide0:0.present = "TRUE"ide0:0.fileName = "My_Virtual_Machine.vmdk"ide0:0.mode = "persistent"ide0:0.startConnected = "TRUE"ide0:0.writeThrough = "TRUE"# END OF EasyVMX! CONFIG
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -