#!/usr/bin/vmplayer # This is a Workstation 5 or 5.5 config file # It can be used with Player config.version = "8" virtualHW.version = "4" # Selected operating system for your virtual machine guestOS = "other26xlinux" # displayName is your own name for the virtual machine displayName = "SageCD" # These fields are free text description fields guestinfo.vmware.product.url = "" guestinfo.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 CPUs numvcpus = "1" # Memory size and other memory settings memsize = "512" MemAllowAutoScaleDown = "FALSE" MemTrimRate = "-1" # Unique ID for the virtual machine will be created uuid.action = "create" # Remind to install VMware Tools # This setting has no effect in VMware Player tools.remindInstall = "TRUE" # Startup hints interfers with automatic startup of a virtual machine # This setting has no effect in VMware Player hints.hideAll = "TRUE" # Enable time synchronization between computer # and virtual machine tools.syncTime = "TRUE" # USB settings # This config activates USB usb.present = "TRUE" usb.generic.autoconnect = "FALSE" # First serial port, physical COM1 is available serial0.present = "FALSE" serial0.fileName = "COM1" serial0.hardwareFlowControl = "TRUE" # Optional second serial port, physical COM2 is not available serial1.present = "FALSE" # First parallell port, physical LPT1 is available parallel0.present = "TRUE" parallel0.fileName = "LPT1" parallel0.bidirectional = "TRUE" # Sound settings sound.present = "FALSE" sound.virtualdev = "es1371" # Logging # This config activates logging, and keeps last log logging = "TRUE" log.fileName = "Sage.log" log.append = "TRUE" log.keepOld = "1" # These settings decides interaction between your # computer and the virtual machine isolation.tools.hgfs.disable = "FALSE" isolation.tools.dnd.disable = "TRUE" isolation.tools.copy.enable = "TRUE" isolation.tools.paste.enabled = "TRUE" # First network interface card ethernet0.present = "TRUE" ethernet0.virtualDev = "vlance" ethernet0.connectionType = "bridged" ethernet0.addressType = "generated" ethernet0.generatedAddress = "00:0c:29:06:d9:a3" ethernet0.generatedAddressOffset = "0" # Settings for physical floppy drive floppy0.present = "FALSE" # Settings to load the doyen iso file ide1:0.present = "TRUE" ide1:0.fileName = "sage-3.4.iso" ide1:0.deviceType = "cdrom-image" ide1:0.autodetect = "TRUE" uuid.location = "56 4d 69 f3 9a 88 67 2d-6d 33 9b 62 d6 ec 49 4a" uuid.bios = "56 4d 69 f3 9a 88 67 2d-6d 33 9b 62 d6 ec 49 4a" checkpoint.vmState = ""