On Sat, Feb 28, 2009 at 3:48 PM, Jon P. <
kd7...@gmail.com> wrote:
<snip>
> I know nothing about hypervisor maybe we can spend some time digging
> deeply into VM-tech.
A hypervisor is a generic term for a kernel that divides and manages
multiple domains on a single machine. Xen is a hypervisor spec (API
if you will) that is implemented by Linux, Solaris, a number of the
BSDs, and others, as well as their own hypervisor product (open source
GPLed product). Hypervisors are of two flavors, but mostly when
your'e talking about them you're talking about paravirtualization.
Better explained
http://xen.org/about/paravirtualization.html there at
Xen's site (with pretty pictures!) than I can.