VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/virtintro.dita@ 105303

Last change on this file since 105303 was 105300, checked in by vboxsync, 9 months ago

FE/Qt: bugref:10705. More white space fixes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE topic
3 PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
4<topic xml:lang="en-us" id="virtintro">
5 <title>Some Terminology</title>
6
7 <body>
8 <p>When dealing with virtualization, and also for understanding the following
9 chapters of this documentation, it helps to acquaint yourself with some important terminology,
10 especially the following terms: </p>
11 <ul>
12 <li>
13 <p><b outputclass="bold">Host operating system (host OS).</b> This is the OS of the physical
14 computer on which <ph conkeyref="vbox-conkeyref-phrases/product-name"/> was installed. There are versions of
15 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> for Windows, macOS, Linux, and Oracle Solaris hosts.
16 See <xref href="hostossupport.dita#hostossupport"/>. </p>
17 <p>Most of the time, this manual discusses all <ph conkeyref="vbox-conkeyref-phrases/product-name"
18 /> versions together. There may be platform-specific differences which we will point out where appropriate. </p>
19 </li>
20 <li>
21 <p><b outputclass="bold">Guest operating system (guest OS).</b> This is the OS that is running
22 inside the virtual machine. Theoretically, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can run any
23 x86 OS such as DOS, Windows, OS/2, FreeBSD, and OpenBSD. But to achieve near-native performance of the guest
24 code on your machine, we had to go through a lot of optimizations that are specific to certain OSes. So while
25 your favorite OS <i>may</i> run as a guest, we officially support and optimize for a select few, which include
26 the most common OSes. </p>
27 <p>See <xref href="guestossupport.dita#guestossupport"/>. </p>
28 </li>
29 <li>
30 <p><b outputclass="bold">Virtual machine (VM).</b> This is the special environment that <ph
31 conkeyref="vbox-conkeyref-phrases/product-name"/> creates for your guest OS while it is running. In other
32 words, you run your guest OS <i>in</i> a VM. Normally, a VM is shown as a window on your computer's desktop.
33 Depending on which of the various frontends of <ph conkeyref="vbox-conkeyref-phrases/product-name"/> you use,
34 the VM might be shown in full screen mode or remotely on another computer. </p>
35 <p>Internally, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> treats a VM as a set of
36 parameters that specify its behavior. Some parameters describe hardware settings, such as the amount of memory
37 and number of CPUs assigned. Other parameters describe the state information, such as whether the VM is
38 running or saved. </p>
39 <p>You can view these VM settings in <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>, in the <b
40 outputclass="bold">Settings</b> window, and by running the <userinput>VBoxManage</userinput> command. See
41 <xref href="vboxmanage.dita#vboxmanage"/>. </p>
42 </li>
43 <li>
44 <p><b outputclass="bold">Guest Additions.</b> This refers to special software packages which are
45 shipped with <ph conkeyref="vbox-conkeyref-phrases/product-name"/> but designed to be installed <i>inside</i>
46 a VM to improve performance of the guest OS and to add extra features. See <xref
47 href="guestadditions.dita#guestadditions"/>. </p>
48 </li>
49 </ul>
50 </body>
51
52 </topic>
Note: See TracBrowser for help on using the repository browser.

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