79 lines
1.9 KiB
Plaintext
79 lines
1.9 KiB
Plaintext
|
#!/usr/bin/vmware
|
||
|
config.version = "8"
|
||
|
virtualHW.version = "3"
|
||
|
|
||
|
MemAllowAutoScaleDown = "false"
|
||
|
MemTrimRate = "-1"
|
||
|
|
||
|
uuid.location = "56 4d 20 2e e7 51 21 3a-cf 1f 8c a4 85 aa 04 9b"
|
||
|
uuid.bios = "56 4d 20 2e e7 51 21 3a-cf 1f 8c a4 85 aa 04 9b"
|
||
|
|
||
|
uuid.action = "create"
|
||
|
checkpoint.vmState = ""
|
||
|
|
||
|
displayName = "Haiku"
|
||
|
guestOS = "other"
|
||
|
memsize = "512"
|
||
|
|
||
|
ethernet0.present= "true"
|
||
|
ethernet0.startConnected = "true"
|
||
|
ethernet0.virtualDev = "e1000"
|
||
|
ethernet0.connectionType = "nat"
|
||
|
ethernet0.addressType = "generated"
|
||
|
ethernet0.generatedAddress = "00:0c:29:aa:04:9b"
|
||
|
ethernet0.generatedAddressOffset = "0"
|
||
|
|
||
|
serial0.present = "true"
|
||
|
serial0.fileType = "file"
|
||
|
serial0.fileName = "serial-port.txt"
|
||
|
serial0.tryNoRxLoss = "false"
|
||
|
|
||
|
usb.present = "true"
|
||
|
|
||
|
sound.present = "false"
|
||
|
sound.autodetect = "true"
|
||
|
sound.virtualDev = "es1371"
|
||
|
sound.fileName = "-1"
|
||
|
sound.startConnected = "true"
|
||
|
|
||
|
scsi0.present = "false"
|
||
|
|
||
|
floppy0.present = "false"
|
||
|
|
||
|
ide0:0.present = "true"
|
||
|
ide0:0.fileName = "haiku-nightly.vmdk"
|
||
|
ide0:0.deviceType = "disk"
|
||
|
ide0:0.mode = "persistent"
|
||
|
ide0:0.redo = ""
|
||
|
ide0:0.writeThrough = "false"
|
||
|
ide0:0.startConnected = "false"
|
||
|
|
||
|
# blank-bfs-2048mb.vdmk is an expanding disk image and is available at
|
||
|
# http://haiku-files.org/files/blank-bfs/blank-bfs-2048mb.vmdk
|
||
|
ide0:1.present = "true"
|
||
|
ide0:1.fileName = "blank-bfs-2048mb.vmdk"
|
||
|
ide0:1.deviceType = "disk"
|
||
|
ide0:1.mode = "persistent"
|
||
|
ide0:1.redo = ""
|
||
|
ide0:1.writeThrough = "false"
|
||
|
ide0:1.startConnected = "false"
|
||
|
|
||
|
ide1:0.present = "false"
|
||
|
ide1:0.deviceType = "cdrom-raw"
|
||
|
ide1:0.startConnected = "true"
|
||
|
ide1:0.fileName = "auto detect"
|
||
|
ide1:0.autodetect = "true"
|
||
|
|
||
|
ide1:1.present = "false"
|
||
|
|
||
|
tools.remindInstall = "false"
|
||
|
|
||
|
# If you have a dual core (or more), you might want to use both cores in the
|
||
|
# emulation as well. VMware Player only supports 2, otherwise 4 are possible.
|
||
|
#numvcpus = "2"
|
||
|
|
||
|
# This gets rid of the annoying serial debug output requester - although it
|
||
|
# always append the serial output, then.
|
||
|
#msg.autoAnswer = "true"
|
||
|
|