VirtualBox

source: vbox/trunk/src/VBox/Main/xml/samples/VirtualBox-machine-linux.xml@ 48935

Last change on this file since 48935 was 32436, checked in by vboxsync, 14 years ago

more rebranding

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2<!-- Oracle VM VirtualBox Sample Machine Configuration (for a linux host) -->
3<!--
4 * :tabSize=2:indentSize=2:noTabs=true:
5 * :folding=explicit:collapseFolds=1:
6-->
7
8<VirtualBox
9 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10 xsi:schemaLocation="http://www.innotek.de/VirtualBox-settings ../VirtualBox-settings-linux.xsd"
11 xmlns="http://www.innotek.de/VirtualBox-settings"
12 version="1.2-linux"
13>
14
15 <Machine
16 name="dos" OSType="dos" uuid="{1a4d3cff-e693-4ae5-afaf-a1ccc6882183}"
17 stateFile="aaa.sav"
18 >
19
20 <HardDiskAttachments>
21 <HardDiskAttachment hardDisk="{508b474f-62ce-4872-9a42-3af09037a277}"
22 bus="ide0" device="master"/>
23 </HardDiskAttachments>
24
25 <Hardware>
26 <Memory RAMSize="128"/>
27 <Boot>
28 <Order device="None" position="4"/>
29 <Order device="None" position="2"/>
30 <Order device="HardDisk" position="1"/>
31 <Order device="Floppy" position="3"/>
32 </Boot>
33 <Display VRAMSize="4"/>
34 <RemoteDisplay enabled="false"/>
35 <BIOS>
36 <ACPI enabled="false"/>
37 <Logo displayTime="0" fadeIn="true" fadeOut="true"/>
38 </BIOS>
39 <DVDDrive>
40 <Image uuid="{00000000-0000-0000-0100-000000000000}"/>
41 </DVDDrive>
42 <FloppyDrive>
43 <HostDrive src="aaa"/>
44 </FloppyDrive>
45 <USBController enabled="false"/>
46 <Network>
47 <Adapter slot="0" enabled="true" cable="true" MACAddress="08002751DD5E">
48 <NAT/>
49 </Adapter>
50 <Adapter slot="1" enabled="true" cable="false" MACAddress="08002751DD5E">
51 <HostInterface/>
52 </Adapter>
53 <Adapter slot="2" enabled="true" cable="false" MACAddress="08002751DD5E"/>
54 <Adapter slot="3" enabled="true" cable="false" MACAddress="08002751DD5E"/>
55 </Network>
56 <AudioAdapter driver="alsa" enabled="true"/>
57 <SharedFolders>
58 <SharedFolder name="aaa" hostPath="/bbb/ccc"/>
59 <SharedFolder name="aaab" hostPath="/bbb/ccc"/>
60 </SharedFolders>
61 </Hardware>
62
63 </Machine>
64
65</VirtualBox>
Note: See TracBrowser for help on using the repository browser.

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