Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at c9a28fa7b9ac19b676deefa0a171ce7df8755c08 12 lines 542 B view raw
1config LGUEST 2 tristate "Linux hypervisor example code" 3 depends on X86_32 && EXPERIMENTAL && !X86_PAE && FUTEX && !(X86_VISWS || X86_VOYAGER) 4 select HVC_DRIVER 5 ---help--- 6 This is a very simple module which allows you to run 7 multiple instances of the same Linux kernel, using the 8 "lguest" command found in the Documentation/lguest directory. 9 Note that "lguest" is pronounced to rhyme with "fell quest", 10 not "rustyvisor". See Documentation/lguest/lguest.txt. 11 12 If unsure, say N. If curious, say M. If masochistic, say Y.