Files
linux-apfs/drivers/lguest/Kconfig
T

15 lines
511 B
Plaintext
Raw Normal View History

2007-07-19 01:49:27 -07:00
config LGUEST
tristate "Linux hypervisor example code"
depends on X86_32 && EVENTFD && TTY
2007-07-19 01:49:27 -07: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 09:27:36 -07:00
"lguest" command found in the Documentation/virtual/lguest
directory.
2007-07-19 01:49:27 -07:00
Note that "lguest" is pronounced to rhyme with "fell quest",
2011-05-06 09:27:36 -07:00
not "rustyvisor". See Documentation/virtual/lguest/lguest.txt.
2007-07-19 01:49:27 -07:00
If unsure, say N. If curious, say M. If masochistic, say Y.