| Rusty Russell | 709e892 | 2007-07-19 01:49:27 -0700 | [diff] [blame] | 1 | config LGUEST | 
 | 2 | 	tristate "Linux hypervisor example code" | 
| Ingo Molnar | 965c7ec | 2009-02-22 23:19:12 +0100 | [diff] [blame] | 3 | 	depends on X86_32 && EXPERIMENTAL && !X86_PAE && FUTEX | 
| Rusty Russell | 709e892 | 2007-07-19 01:49:27 -0700 | [diff] [blame] | 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. |