Difference between revisions of "Dom0"

From Xen
(Created page with "<!-- MoinMoin name: Dom0 --> <!-- Comment: Added NeedsCleanup note --> <!-- WikiMedia name: Dom0 --> <!-- Page revision: 00000007 --> <!-- Original date: Fri Oct 14 23:…")
(No difference)

Revision as of 18:51, 13 November 2011



Dom0, or domain zero to expand the abbreviation, is the first domain started by the Xen hypervisor on boot. It has special privileges, like being able to cause new domains to start, and being able to access the hardware directly. Unless DriverDomain's are being used, it is responsible for running all of the device drivers for the hardware. For hardware that is made available to other domains, like network interfaces and disks, it will run the BackendDriver, which multiplexes and forwards to the hardware requests from the FrontendDriver in each DomU.

Also See

Modified versions of Linux, NetBSD and Solaris can be used as the dom0. See OS vendor documentation for specific steps. Current official documentation may be found at the following sites: