-
Notifications
You must be signed in to change notification settings - Fork 47
/
asmtest.vbox
64 lines (64 loc) · 2.58 KB
/
asmtest.vbox
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
58
59
60
61
62
63
64
<?xml version="1.0"?>
<!--
** DO NOT EDIT THIS FILE.
** If you make changes to this file while any VirtualBox related application
** is running, your changes will be overwritten later, without taking effect.
** Use VBoxManage or the VirtualBox Manager GUI to make changes.
-->
<VirtualBox xmlns="http://www.virtualbox.org/" version="1.15-windows">
<Machine uuid="{a436033c-67f8-4e9f-b0fe-0a7efbadb84d}" name="asmtest" OSType="Other_64" snapshotFolder="Snapshots" lastStateChange="2019-01-30T21:43:48Z">
<MediaRegistry>
<DVDImages>
<Image uuid="{e6514449-af13-4958-9628-33af9ee8fa81}" location="d.iso"/>
</DVDImages>
<FloppyImages>
<Image uuid="{3633dce4-e06c-456b-9a07-c48367a1e1a2}" location="a.img"/>
</FloppyImages>
</MediaRegistry>
<ExtraData>
<ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
<ExtraDataItem name="GUI/LastNormalWindowPosition" value="450,261,720,442"/>
</ExtraData>
<Hardware>
<CPU count="3">
<PAE enabled="true"/>
<LongMode enabled="true"/>
<HardwareVirtExLargePages enabled="true"/>
</CPU>
<Memory RAMSize="64"/>
<Paravirt provider="Default"/>
<Display VRAMSize="6"/>
<VideoCapture screens="1" file="." fps="25"/>
<RemoteDisplay enabled="false"/>
<BIOS>
<IOAPIC enabled="true"/>
</BIOS>
<USB>
<Controllers>
<Controller name="OHCI" type="OHCI"/>
</Controllers>
</USB>
<Network>
<Adapter slot="0" enabled="true" MACAddress="080027A516CD" cable="true" type="Am79C973">
<NAT/>
</Adapter>
</Network>
<AudioAdapter driver="DirectSound" enabled="true" enabledIn="false"/>
<GuestProperties>
<GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="en_US" timestamp="1548884628564704400" flags=""/>
</GuestProperties>
</Hardware>
<StorageControllers>
<StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
<AttachedDevice passthrough="false" tempeject="true" type="DVD" hotpluggable="false" port="1" device="0">
<Image uuid="{e6514449-af13-4958-9628-33af9ee8fa81}"/>
</AttachedDevice>
</StorageController>
<StorageController name="Floppy" type="I82078" PortCount="1" useHostIOCache="true" Bootable="true">
<AttachedDevice type="Floppy" hotpluggable="false" port="0" device="0">
<Image uuid="{3633dce4-e06c-456b-9a07-c48367a1e1a2}"/>
</AttachedDevice>
</StorageController>
</StorageControllers>
</Machine>
</VirtualBox>