mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
3d4afef9cb
Will allow USB3, 64vCPU, NVME, etc. Versions below 13 are only for vmware products currently EOL. Change-Id: I83303ab985f615852267e2539b350f72f05231e7 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4410 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com>
71 lines
1.6 KiB
Plaintext
71 lines
1.6 KiB
Plaintext
#!/usr/bin/vmware
|
|
config.version = "8"
|
|
virtualHW.version = "13"
|
|
|
|
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.vmdk"
|
|
ide0:0.deviceType = "disk"
|
|
ide0:0.mode = "persistent"
|
|
ide0:0.redo = ""
|
|
ide0:0.writeThrough = "false"
|
|
ide0:0.startConnected = "false"
|
|
|
|
ide0:1.present = "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 those cores in the
|
|
# emulation as well.
|
|
#numvcpus = "2"
|
|
|
|
# This gets rid of the annoying serial debug output requester - although it
|
|
# always append the serial output, then.
|
|
#msg.autoAnswer = "true"
|
|
|