mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-12 11:11:45 +00:00
VMWare upgrades
This commit is contained in:
parent
71247a5daa
commit
b5c25db268
2 changed files with 23 additions and 6 deletions
Binary file not shown.
|
|
@ -1,3 +1,4 @@
|
|||
.encoding = "windows-1252"
|
||||
config.version = "8"
|
||||
virtualHW.version = "6"
|
||||
scsi0.present = "TRUE"
|
||||
|
|
@ -9,12 +10,12 @@ ide1:0.deviceType = "cdrom-raw"
|
|||
floppy0.autodetect = "TRUE"
|
||||
ethernet0.present = "TRUE"
|
||||
ethernet0.wakeOnPcktRcv = "FALSE"
|
||||
sound.present = "FALSE"
|
||||
sound.present = "TRUE"
|
||||
sound.fileName = "-1"
|
||||
sound.autodetect = "TRUE"
|
||||
svga.autodetect = "TRUE"
|
||||
svga.autodetect = "FALSE"
|
||||
pciBridge0.present = "TRUE"
|
||||
mks.keyboardFilter = "allow"
|
||||
mks.keyboardFilter = "off"
|
||||
displayName = "Cosmos"
|
||||
guestOS = "other"
|
||||
nvram = "Cosmos.nvram"
|
||||
|
|
@ -29,7 +30,7 @@ extendedConfigFile = "Cosmos.vmxf"
|
|||
floppy0.present = "FALSE"
|
||||
|
||||
ethernet0.addressType = "generated"
|
||||
uuid.location = "56 4d dc bc b4 41 99 65-7b c2 58 93 1b c4 a7 6b"
|
||||
uuid.location = "56 4d fe d0 75 1c 45 1d-b4 f3 cd 57 0a a4 75 92"
|
||||
uuid.bios = "56 4d 81 3c dd d8 88 2c-f1 42 bf 58 f5 7c 2d 9f"
|
||||
ide0:0.redo = ""
|
||||
pciBridge0.pciSlotNumber = "17"
|
||||
|
|
@ -39,6 +40,22 @@ ethernet0.generatedAddress = "00:0c:29:7c:2d:9f"
|
|||
ethernet0.generatedAddressOffset = "0"
|
||||
|
||||
ide0:1.present = "TRUE"
|
||||
ide0:1.fileName = "..\Cosmos.iso"
|
||||
ide0:1.fileName = "..\..\Cosmos.iso"
|
||||
ide0:1.deviceType = "cdrom-image"
|
||||
gui.exitAtPowerOff = "TRUE"
|
||||
|
||||
gui.powerOnAtStartup = "TRUE"
|
||||
|
||||
ethernet0.connectionType = "nat"
|
||||
svga.maxWidth = "1024"
|
||||
svga.maxHeight = "768"
|
||||
svga.vramSize = "3145728"
|
||||
serial0.present = "TRUE"
|
||||
serial0.fileType = "pipe"
|
||||
serial0.fileName = "\\.\pipe\CosmosDebug"
|
||||
serial0.pipe.endPoint = "client"
|
||||
serial0.tryNoRxLoss = "TRUE"
|
||||
|
||||
vmotion.checkpointFBSize = "3145728"
|
||||
sound.pciSlotNumber = "33"
|
||||
|
||||
debugStub.linuxOffsets = "0x0,0xffffffff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue