Last change
on this file since 99016 was 99016, checked in by vboxsync, 2 years ago |
manual: Some scm corrections for dita files. bugref:10302
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="security-model">
|
---|
4 | <title>The Security Model</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | One property of virtual machine monitors (VMMs) like
|
---|
9 | Oracle VM VirtualBox is to encapsulate a guest by executing it in a
|
---|
10 | protected environment, a virtual machine, running as a user
|
---|
11 | process on the host operating system. The guest cannot
|
---|
12 | communicate directly with the hardware or other computers but
|
---|
13 | only through the VMM. The VMM provides emulated physical
|
---|
14 | resources and devices to the guest which are accessed by the
|
---|
15 | guest operating system to perform the required tasks. The VM
|
---|
16 | settings control the resources provided to the guest, for
|
---|
17 | example the amount of guest memory or the number of guest
|
---|
18 | processors and the enabled features for that guest. For example
|
---|
19 | remote control, certain screen settings and others. See
|
---|
20 | <xref href="generalsettings.dita">General Settings</xref>.
|
---|
21 | </p>
|
---|
22 | </body>
|
---|
23 |
|
---|
24 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.