Unikernel Whitepapers

From Xen
Revision as of 01:52, 15 April 2015 by Rcpavlicek (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The new world of Unikernels is still changing. We will add whitepapers here as they become available.

Traditional operating systems run multiple applications on a single machine, managing resources and isolating applications from one another. A unikernel runs a single application on a single virtual machine, relying instead on the hypervisor to isolate those virtual machines. Unikernels are constructed by using “library operating systems,” from which the developer selects only the minimal set of services required for an application to run. These sealed, fixed-purpose images run directly on a hypervisor without an intervening guest OS such as Linux.