Jump to content

Lguest

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Codename Lisa (talk | contribs) at 20:07, 15 April 2015 (fixed typo). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Lguest
Original author(s)Rusty Russell
Operating systemLinux
PlatformLinux kernel
LicenseGNU General Public License
Websitelguest.ozlabs.org

Lguest is a Linux kernel x86 virtualization hypervisor, introduced in kernel version 2.6.23 (released 9 October 2007). It is a operating system-level virtualization solution, that enhances the Linux kernel with lguest support. Installation is as easy as running modprobe lg and then run tools/lguest/lguest to create a new guest.[1] Lguest is a developing kernel module that in about 5000 lines offers a virtual Linux machine.

Lguest is maintained by Rusty Russell.

See also

References

  1. ^ README from the kernel source tree.