forked from DOSYCORPS/browserbox-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrowserBox.vbox
76 lines (76 loc) · 3.76 KB
/
BrowserBox.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
65
66
67
68
69
70
71
72
73
74
75
76
<?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.16-windows">
<Machine uuid="{7155b0e8-508c-4033-83a7-4c9410e9f306}" name="BrowserBox" OSType="Debian_64" snapshotFolder="Snapshots" lastStateChange="2020-08-06T04:56:14Z">
<MediaRegistry>
<HardDisks>
<HardDisk uuid="{3f55e6d1-95bd-4a25-9ce2-44319ed85a36}" location="BrowserBox.vdi" format="VDI" type="Normal"/>
</HardDisks>
</MediaRegistry>
<ExtraData>
<ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
<ExtraDataItem name="GUI/LastGuestSizeHint" value="1049,784"/>
<ExtraDataItem name="GUI/LastNormalWindowPosition" value="350,141,800,642"/>
</ExtraData>
<Hardware>
<CPU count="2">
<PAE enabled="false"/>
<LongMode enabled="true"/>
<X2APIC enabled="true"/>
<HardwareVirtExLargePages enabled="true"/>
</CPU>
<Memory RAMSize="2048"/>
<HID Pointing="USBTablet"/>
<Boot>
<Order position="1" device="DVD"/>
<Order position="2" device="HardDisk"/>
<Order position="3" device="None"/>
<Order position="4" device="None"/>
</Boot>
<Display controller="VMSVGA" VRAMSize="128"/>
<VideoCapture screens="1" file="." fps="25"/>
<BIOS>
<IOAPIC enabled="true"/>
<SmbiosUuidLittleEndian enabled="true"/>
</BIOS>
<USB>
<Controllers>
<Controller name="xHCI" type="XHCI"/>
</Controllers>
</USB>
<Network>
<Adapter slot="0" enabled="true" MACAddress="08002738F835" type="82540EM">
<NAT/>
</Adapter>
</Network>
<AudioAdapter codec="AD1980" driver="DirectSound" enabled="true"/>
<RTC localOrUTC="UTC"/>
<Clipboard mode="Bidirectional"/>
<GuestProperties>
<GuestProperty name="/VirtualBox/GuestAdd/HostVerLastChecked" value="6.1.12" timestamp="1596689588344822400" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/Revision" value="139181" timestamp="1596689557423386106" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/Version" value="6.1.12" timestamp="1596689557423386104" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/VersionExt" value="6.1.12" timestamp="1596689557423386105" flags=""/>
<GuestProperty name="/VirtualBox/GuestInfo/OS/Product" value="Linux" timestamp="1596689557423386100" flags=""/>
<GuestProperty name="/VirtualBox/GuestInfo/OS/Release" value="4.19.0-10-amd64" timestamp="1596689557423386101" flags=""/>
<GuestProperty name="/VirtualBox/GuestInfo/OS/Version" value="#1 SMP Debian 4.19.132-1 (2020-07-24)" timestamp="1596689557423386102" flags=""/>
<GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="de_DE" timestamp="1596689774935939200" flags=""/>
</GuestProperties>
</Hardware>
<StorageControllers>
<StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
<AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
</StorageController>
<StorageController name="SATA" type="AHCI" PortCount="1" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
<AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
<Image uuid="{3f55e6d1-95bd-4a25-9ce2-44319ed85a36}"/>
</AttachedDevice>
</StorageController>
</StorageControllers>
</Machine>
</VirtualBox>