Linux hypervisor example code

modulename: lg.ko

configname: CONFIG_LGUEST

Linux Kernel Configuration
└─>Device Drivers
└─>Virtualization
└─>Linux hypervisor example code
In linux kernel since version 2.6.24 (release Date: 2008-01-24)  
This is a very simple module which allows you to run
multiple instances of the same Linux kernel, using the
"lguest" command found in the Documentation/lguest directory.
Note that "lguest" is pronounced to rhyme with "fell quest",
not "rustyvisor". See
source code:

depends
CONFIG_EXPERIMENTAL
CONFIG_FUTEX
CONFIG_VIRTUALIZATION
CONFIG_X86_32
NOT CONFIG_X86_PAE
NOT CONFIG_X86_VISWS
NOT CONFIG_X86_VOYAGER