VirtualBox

Ticket #17781: TestDOS.vbox

File TestDOS.vbox, 1.8 KB (added by Socratis, 6 years ago)

Try to change the settings of this VM, as long as you don't have a NATnetwork named "VBoxNATNetwork"

Line 
1<?xml version="1.0"?>
2<!--
3** DO NOT EDIT THIS FILE.
4** If you make changes to this file while any VirtualBox related application
5** is running, your changes will be overwritten later, without taking effect.
6** Use VBoxManage or the VirtualBox Manager GUI to make changes.
7-->
8<VirtualBox xmlns="http://www.virtualbox.org/" version="1.15-macosx">
9 <Machine uuid="{805d7e37-def1-4dd8-8d94-0e2e408e68e9}" name="TestDOS" OSType="DOS" snapshotFolder="Snapshots" lastStateChange="2018-05-21T14:21:20Z">
10 <ExtraData>
11 <ExtraDataItem name="GUI/FirstRun" value="yes"/>
12 </ExtraData>
13 <Hardware>
14 <CPU>
15 <PAE enabled="false"/>
16 <LongMode enabled="false"/>
17 <HardwareVirtExLargePages enabled="true"/>
18 </CPU>
19 <Memory RAMSize="32"/>
20 <Paravirt provider="Default"/>
21 <Display VRAMSize="10"/>
22 <VideoCapture fps="25" options="ac_enabled=false"/>
23 <RemoteDisplay enabled="false"/>
24 <Network>
25 <Adapter slot="0" MACAddress="0800276FF869" cable="true" type="Am79C973">
26 <DisabledModes>
27 <InternalNetwork name="intnet"/>
28 </DisabledModes>
29 <NATNetwork name="VBoxNATNetwork"/>
30 </Adapter>
31 </Network>
32 <AudioAdapter controller="SB16" driver="CoreAudio" enabled="true" enabledIn="false"/>
33 </Hardware>
34 <StorageControllers>
35 <StorageController name="Floppy" type="I82078" PortCount="1" useHostIOCache="true" Bootable="true">
36 <AttachedDevice type="Floppy" hotpluggable="false" port="0" device="0"/>
37 </StorageController>
38 <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
39 <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
40 </StorageController>
41 </StorageControllers>
42 </Machine>
43</VirtualBox>

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy