Created
November 15, 2013 07:46
-
-
Save TakashiSasaki/7480641 to your computer and use it in GitHub Desktop.
Microsoft謹製 Internet Explorer 7の動作検証のためのVistaのVMwareイメージを動かすためのvmxファイル。sata0:0.mode = "independent-nonpersistent"にしているのがミソ。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.encoding = "Shift_JIS" | |
config.version = "8" | |
virtualHW.version = "10" | |
numvcpus = "2" | |
cpuid.coresPerSocket = "2" | |
scsi0.present = "TRUE" | |
scsi0.virtualDev = "lsilogic" | |
memsize = "1024" | |
ethernet0.present = "TRUE" | |
ethernet0.virtualDev = "e1000" | |
ethernet0.wakeOnPcktRcv = "FALSE" | |
ethernet0.addressType = "generated" | |
mks.enable3d = "FALSE" | |
pciBridge0.present = "TRUE" | |
pciBridge4.present = "TRUE" | |
pciBridge4.virtualDev = "pcieRootPort" | |
pciBridge4.functions = "8" | |
pciBridge5.present = "TRUE" | |
pciBridge5.virtualDev = "pcieRootPort" | |
pciBridge5.functions = "8" | |
pciBridge6.present = "TRUE" | |
pciBridge6.virtualDev = "pcieRootPort" | |
pciBridge6.functions = "8" | |
pciBridge7.present = "TRUE" | |
pciBridge7.virtualDev = "pcieRootPort" | |
pciBridge7.functions = "8" | |
vmci0.present = "TRUE" | |
hpet0.present = "TRUE" | |
usb.vbluetooth.startConnected = "TRUE" | |
displayName = "vista-32-ie7" | |
guestOS = "winvista" | |
nvram = "Windows Vista.nvram" | |
virtualHW.productCompatibility = "hosted" | |
gui.exitOnCLIHLT = "TRUE" | |
powerType.powerOff = "soft" | |
powerType.powerOn = "soft" | |
powerType.suspend = "soft" | |
powerType.reset = "soft" | |
extendedConfigFile = "Windows Vista.vmxf" | |
workingDir = "." | |
uuid.bios = "56 4d d3 9b da 2e 6a 1a-7e 20 cd d1 15 26 4a 37" | |
uuid.location = "56 4d d3 9b da 2e 6a 1a-7e 20 cd d1 15 26 4a 37" | |
replay.supported = "FALSE" | |
replay.filename = "" | |
pciBridge0.pciSlotNumber = "17" | |
pciBridge4.pciSlotNumber = "21" | |
pciBridge5.pciSlotNumber = "22" | |
pciBridge6.pciSlotNumber = "23" | |
pciBridge7.pciSlotNumber = "24" | |
scsi0.pciSlotNumber = "16" | |
ethernet0.pciSlotNumber = "32" | |
vmci0.pciSlotNumber = "33" | |
ethernet0.generatedAddress = "00:0c:29:26:4a:37" | |
ethernet0.generatedAddressOffset = "0" | |
vmci0.id = "-1580134828" | |
vmotion.checkpointFBSize = "33554432" | |
cleanShutdown = "FALSE" | |
softPowerOff = "FALSE" | |
sata0.present = "TRUE" | |
sata0:0.present = "TRUE" | |
sata0:0.fileName = "IE7 - Vista-disk1.vmdk" | |
sata0:0.redo = ".\IE7 - Vista-disk1.vmdk.REDO_a06344" | |
sata0.pciSlotNumber = "34" | |
sata0:0.mode = "independent-nonpersistent" | |
tools.syncTime = "FALSE" | |
unity.wasCapable = "FALSE" | |
checkpoint.vmState = "Windows Vista-b82be5c8.vmss" | |
sata0:1.present = "TRUE" | |
sata0:1.fileName = "C:\Program Files (x86)\VMware\VMware Player\linux.iso" | |
sata0:1.deviceType = "cdrom-image" | |
sata0:1.startConnected = "FALSE" | |
toolsInstallManager.updateCounter = "3" | |
tools.remindInstall = "FALSE" | |
vpmc.enable = "TRUE" | |
disable_acceleration = "TRUE" | |
scsi0:1.present = "FALSE" | |
scsi0:0.present = "FALSE" | |
floppy0.present = "FALSE" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment