| 1 | #!/usr/bin/vmware |
|---|
| 2 | config.version = "8" |
|---|
| 3 | virtualHW.version = "3" |
|---|
| 4 | |
|---|
| 5 | MemAllowAutoScaleDown = "FALSE" |
|---|
| 6 | MemTrimRate = "-1" |
|---|
| 7 | |
|---|
| 8 | uuid.location = "56 4d 20 2e e7 51 21 3a-cf 1f 8c a4 85 aa 04 9b" |
|---|
| 9 | uuid.bios = "56 4d 20 2e e7 51 21 3a-cf 1f 8c a4 85 aa 04 9b" |
|---|
| 10 | |
|---|
| 11 | uuid.action = "create" |
|---|
| 12 | checkpoint.vmState = "" |
|---|
| 13 | |
|---|
| 14 | displayName = "Haiku" |
|---|
| 15 | guestOS = "other" |
|---|
| 16 | memsize = "256" |
|---|
| 17 | |
|---|
| 18 | ethernet0.present= "true" |
|---|
| 19 | ethernet0.startConnected = "true" |
|---|
| 20 | ethernet0.virtualDev = "e1000" |
|---|
| 21 | ethernet0.connectionType = "bridged" |
|---|
| 22 | |
|---|
| 23 | serial0.present = "true" |
|---|
| 24 | serial0.fileType = "file" |
|---|
| 25 | serial0.fileName = "haiku-serial-port.txt" |
|---|
| 26 | serial0.tryNoRxLoss = "FALSE" |
|---|
| 27 | |
|---|
| 28 | usb.present = "TRUE" |
|---|
| 29 | |
|---|
| 30 | sound.present = "FALSE" |
|---|
| 31 | |
|---|
| 32 | scsi0.present = "FALSE" |
|---|
| 33 | |
|---|
| 34 | floppy0.present = "FALSE" |
|---|
| 35 | |
|---|
| 36 | ide0:0.present = "TRUE" |
|---|
| 37 | ide0:0.fileName = "haiku-alpha.vmdk" |
|---|
| 38 | ide0:0.deviceType = "disk" |
|---|
| 39 | ide0:0.mode = "persistent" |
|---|
| 40 | ide0:0.redo = "" |
|---|
| 41 | ide0:0.writeThrough = "FALSE" |
|---|
| 42 | ide0:0.startConnected = "FALSE" |
|---|
| 43 | |
|---|
| 44 | ide0:1.present = "FALSE" |
|---|
| 45 | |
|---|
| 46 | ide1:0.present = "FALSE" |
|---|
| 47 | |
|---|
| 48 | ide1:1.present = "FALSE" |
|---|
| 49 | |
|---|
| 50 | ethernet0.addressType = "generated" |
|---|
| 51 | ethernet0.generatedAddress = "00:0c:29:aa:04:9b" |
|---|
| 52 | ethernet0.generatedAddressOffset = "0" |
|---|
| 53 | |
|---|
| 54 | tools.remindInstall = "TRUE" |
|---|
| 55 | |
|---|
| 56 | extendedConfigFile = "haiku.vmxf" |
|---|
| 57 | virtualHW.productCompatibility = "hosted" |
|---|
| 58 | tools.upgrade.policy = "manual" |
|---|