summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/resources/txt/vmx_template
blob: 87deb84fba7e9916daf28ba00051efa065a673b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.encoding = "UTF-8"
config.version = "8"

#SLX_HDD_BUS = "IDE"

# general hardware (ehci, 3d accel)
ehci.present = "TRUE"
mks.enable3d = "FALSE"

monitor.virtual_mmu = "automatic"
monitor.virtual_exec = "automatic"

# id
virtualHW.version = "%VM_HW_VERSION%"
guestOS = "other"

# ide-disks
ide0:0.present = "TRUE"
ide1:0.present = "TRUE"
ide1:0.autodetect = "TRUE"
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "cdrom-raw"

# nics
ethernet0.present = "TRUE"
ethernet0.virtualDev = "e1000"
ethernet0.connectionType = "nat"
ethernet0.wakeOnPcktRcv = "FALSE"

# sound
sound.present = "TRUE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
sound.virtualdev = "es1371"

# svga
svga.autodetect = "TRUE"

# usb
usb.present = "TRUE"
usb.generic.autoconnect = "TRUE"

# pci configuration
usb.pciSlotNumber = "16"
ethernet0.pciSlotNumber = "17"
sound.pciSlotNumber = "18"
ehci.pciSlotNumber = "19"

# dirs/configs
mainMem.useNamedFile = "TRUE"
snapshot.disabled = "TRUE"
tools.syncTime = "TRUE"
isolation.tools.hgfs.disable = "FALSE"
hgfs.mapRootShare = "TRUE"
isolation.tools.dnd.disable = "FALSE"
isolation.tools.copy.enable = "TRUE"
isolation.tools.paste.enabled = "TRUE"