| 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 = "512" |
| 17 | |
| 18 | ethernet0.present= "true" |
| 19 | ethernet0.startConnected = "true" |
| 20 | ethernet0.virtualDev = "e1000" |
| 21 | ethernet0.connectionType = "nat" |
| 22 | ethernet0.addressType = "generated" |
| 23 | ethernet0.generatedAddress = "00:0c:29:aa:04:9b" |
| 24 | ethernet0.generatedAddressOffset = "0" |
| 25 | |
| 26 | serial0.present = "true" |
| 27 | serial0.fileType = "file" |
| 28 | serial0.fileName = "serial-port.txt" |
| 29 | serial0.tryNoRxLoss = "false" |
| 30 | |
| 31 | usb.present = "true" |
| 32 | |
| 33 | sound.present = "false" |
| 34 | sound.autodetect = "true" |
| 35 | sound.virtualDev = "es1371" |
| 36 | sound.fileName = "-1" |
| 37 | sound.startConnected = "true" |
| 38 | |
| 39 | scsi0.present = "false" |
| 40 | |
| 41 | floppy0.present = "false" |
| 42 | |
| 43 | ide0:0.present = "true" |
| 44 | ide0:0.fileName = "haiku-nightly.vmdk" |
| 45 | ide0:0.deviceType = "disk" |
| 46 | ide0:0.mode = "persistent" |
| 47 | ide0:0.redo = "" |
| 48 | ide0:0.writeThrough = "false" |
| 49 | ide0:0.startConnected = "false" |
| 50 | |
| 51 | # blank-bfs-2048mb.vdmk is an expanding disk image and is available at |
| 52 | # http://haiku-files.org/files/blank-bfs/blank-bfs-2048mb.vmdk |
| 53 | ide0:1.present = "true" |
| 54 | ide0:1.fileName = "blank-bfs-2048mb.vmdk" |
| 55 | ide0:1.deviceType = "disk" |
| 56 | ide0:1.mode = "persistent" |
| 57 | ide0:1.redo = "" |
| 58 | ide0:1.writeThrough = "false" |
| 59 | ide0:1.startConnected = "false" |
| 60 | |
| 61 | ide1:0.present = "false" |
| 62 | ide1:0.deviceType = "cdrom-raw" |
| 63 | ide1:0.startConnected = "true" |
| 64 | ide1:0.fileName = "auto detect" |
| 65 | ide1:0.autodetect = "true" |
| 66 | |
| 67 | ide1:1.present = "false" |
| 68 | |
| 69 | tools.remindInstall = "false" |
| 70 | |
| 71 | # If you have a dual core (or more), you might want to use both cores in the |
| 72 | # emulation as well. VMware Player only supports 2, otherwise 4 are possible. |
| 73 | #numvcpus = "2" |
| 74 | |
| 75 | # This gets rid of the annoying serial debug output requester - although it |
| 76 | # always append the serial output, then. |
| 77 | #msg.autoAnswer = "true" |
| 78 | |