2007-07-19 08:49:27 +00:00
|
|
|
config LGUEST
|
|
|
|
tristate "Linux hypervisor example code"
|
2009-06-13 04:27:09 +00:00
|
|
|
depends on X86_32 && EXPERIMENTAL && EVENTFD
|
2007-07-19 08:49:27 +00:00
|
|
|
select HVC_DRIVER
|
|
|
|
---help---
|
|
|
|
This is a very simple module which allows you to run
|
|
|
|
multiple instances of the same Linux kernel, using the
|
2011-05-06 16:27:36 +00:00
|
|
|
"lguest" command found in the Documentation/virtual/lguest
|
|
|
|
directory.
|
|
|
|
|
2007-07-19 08:49:27 +00:00
|
|
|
Note that "lguest" is pronounced to rhyme with "fell quest",
|
2011-05-06 16:27:36 +00:00
|
|
|
not "rustyvisor". See Documentation/virtual/lguest/lguest.txt.
|
2007-07-19 08:49:27 +00:00
|
|
|
|
|
|
|
If unsure, say N. If curious, say M. If masochistic, say Y.
|