Ticket #1403: Haiku.vmx

File Haiku.vmx, 1.1 KB (added by diver, 17 years ago)
Line 
1#!/usr/bin/vmware
2config.version = "8"
3virtualHW.version = "4"
4scsi0.present = "TRUE"
5memsize = "256"
6MemAllowAutoScaleDown = "FALSE"
7ide0:0.present = "TRUE"
8ide0:0.fileName = "/home/diver/Desktop/haiku.vmdk"
9ide0:0.writeThrough = "TRUE"
10ide1:0.present = "FALSE"
11ide1:0.fileName = "/dev/cdrom"
12ide1:0.deviceType = "atapi-cdrom"
13floppy0.startConnected = "FALSE"
14floppy0.fileName = "/dev/fd0"
15ethernet0.present = "TRUE"
16usb.present = "FALSE"
17sound.present = "TRUE"
18sound.virtualDev = "es1371"
19displayName = "Haiku"
20guestOS = "other"
21nvram = "Haiku.nvram"
22
23floppy0.present = "FALSE"
24
25ide0:0.redo = ""
26ethernet0.addressType = "generated"
27uuid.location = "56 4d a4 83 06 d7 d0 ae-2f e7 ce 86 94 d4 5a 32"
28uuid.bios = "56 4d a4 83 06 d7 d0 ae-2f e7 ce 86 94 d4 5a 32"
29ethernet0.generatedAddress = "00:0c:29:d4:5a:32"
30ethernet0.generatedAddressOffset = "0"
31
32ethernet0.connectionType = "bridged"
33serial0.present = "TRUE"
34serial0.fileType = "file"
35serial0.fileName = "/home/diver/Desktop/serial.log"
36
37tools.remindInstall = "TRUE"
38
39ethernet0.vnet = "/dev/vmnet0"
40
41sound.fileName = "-1"
42sound.autodetect = "TRUE"