192108Sphk#!/usr/bin/vmware
292108Sphkconfig.version = "8"
392108SphkvirtualHW.version = "6"
492108Sphk
592108SphkMemAllowAutoScaleDown = "false"
692108SphkMemTrimRate = "-1"
792108Sphk
892108Sphkuuid.location = "56 4d 20 2e e7 51 21 3a-cf 1f 8c a4 85 aa 04 9b"
992108Sphkuuid.bios = "56 4d 20 2e e7 51 21 3a-cf 1f 8c a4 85 aa 04 9b"
1092108Sphk
1192108Sphkuuid.action = "create"
1292108Sphkcheckpoint.vmState = ""
1392108Sphk
1492108SphkdisplayName = "Haiku"
1592108SphkguestOS = "other"
1692108Sphkmemsize = "512"
1792108Sphk
1892108Sphkethernet0.present= "true"
1992108Sphkethernet0.startConnected = "true"
2092108Sphkethernet0.virtualDev = "e1000"
2192108Sphkethernet0.connectionType = "nat"
2292108Sphkethernet0.addressType = "generated"
2392108Sphkethernet0.generatedAddress = "00:0c:29:aa:04:9b"
2492108Sphkethernet0.generatedAddressOffset = "0"
2592108Sphk
2692108Sphkserial0.present = "true"
2792108Sphkserial0.fileType = "file"
2892108Sphkserial0.fileName = "serial-port.txt"
2992108Sphkserial0.tryNoRxLoss = "false"
3092108Sphk
3192108Sphkusb.present = "true"
3292108Sphk
3392108Sphksound.present = "false"
3492108Sphksound.autodetect = "true"
3592108Sphksound.virtualDev = "es1371"
3692108Sphksound.fileName = "-1"
3792108Sphksound.startConnected = "true"
3892108Sphk
3992108Sphkscsi0.present = "false"
4092108Sphk
41116196Sobrienfloppy0.present = "false"
42116196Sobrien
43116196Sobrienide0:0.present = "true"
4492108Sphkide0:0.fileName = "haiku-nightly.vmdk"
4592108Sphkide0:0.deviceType = "disk"
4692108Sphkide0:0.mode = "persistent"
4792108Sphkide0:0.redo = ""
4892108Sphkide0:0.writeThrough = "false"
4992108Sphkide0:0.startConnected = "false"
50136837Sphk
5192108Sphk# blank-bfs-2048mb.vdmk is an expanding disk image and is available at
5292108Sphk# http://haiku-files.org/files/blank-bfs/blank-bfs-2048mb.vmdk
5392108Sphkide0:1.present = "true"
5493250Sphkide0:1.fileName = "blank-bfs-2048mb.vmdk"
5592108Sphkide0:1.deviceType = "disk"
56136837Sphkide0:1.mode = "persistent"
57136837Sphkide0:1.redo = ""
58113938Sphkide0:1.writeThrough = "false"
59113938Sphkide0:1.startConnected = "false"
6092108Sphk
61109170Sphkide1:0.present = "false"
6292108Sphkide1:0.deviceType = "cdrom-raw"
63104053Sphkide1:0.startConnected = "true"
64131820Sphkide1:0.fileName = "auto detect"
6592108Sphkide1:0.autodetect = "true"
66113938Sphk
67113938Sphkide1:1.present = "false"
68113938Sphk
69113938Sphktools.remindInstall = "false"
70113940Sphk
71113938Sphk# If you have a dual core (or more), you might want to use those cores in the
72113940Sphk# emulation as well.
73113938Sphk#numvcpus = "2"
74113938Sphk
75113938Sphk# This gets rid of the annoying serial debug output requester - although it
76113940Sphk# always append the serial output, then.
77113940Sphk#msg.autoAnswer = "true"
78114450Sphk
79208927Smjacob