X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=ba89fa95b51837079a7995b8aff18ff382490c8b;hb=210c49c1f9b523ff94fd5b6791961d242d5bbae4;hp=6b2cf2a283d9eeadafd15c45e84dff98ca9ae995;hpb=f1c8d924817188c4f08a97205e97392ff304913f;p=palacios.git diff --git a/Kconfig b/Kconfig index 6b2cf2a..ba89fa9 100644 --- a/Kconfig +++ b/Kconfig @@ -50,7 +50,24 @@ config LINUX_KERN config MINIX bool "MINIX 3" help - This enables the necesary options to compile Palacios with Kitten + This enables the necesary options to compile Palacios with Minix + +config NAUTILUS + bool "Nautilus" + select V3_DECODER + select FRAME_POINTER + help + This enables the necessary options to compile Palacios + for inclusion in the Nautilus kernel + +config NAUTILUS_KERN + depends on NAUTILUS + string "Nautilus Kernel Source directory" + default "../nautilus" + help + This is the directory containing the + Nautilus sources + config OTHER_OS bool "Other OS"