January 2016
Beginner
298 pages
6h 8m
English
Xen is an open source solution used to run multiple virtual systems on one machine. It supports both paravirtualization and hardware-assisted full-virtualization. Xen is a very powerful virtualization solution. It offers the capacity to use both virtualization technologies at the same time to always answer the user's demands.
To create our virtualization environment using Xen, we need to make sure that the Xen Hypervisor will boot just before the machine's own kernel to have access to as much physical hardware as possible, so it can be used to serve our environment's virtual machines.

Source: http://www.2virt.com
In this ...