X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=c94fcb03ec65a5aa35d8bf50fcf9ca8ea3767fe9;hb=8300df0450154d7a2db08a7afbd2aca32ce38f70;hp=106d8fa44d0f7fc546f988219e66ff376b95d770;hpb=f79a89fe37f4b8fc0510e0aa03a0dc2e3d15f01c;p=palacios.releases.git diff --git a/Kconfig b/Kconfig index 106d8fa..c94fcb0 100644 --- a/Kconfig +++ b/Kconfig @@ -15,6 +15,14 @@ config KITTEN help This enables the necesary options to compile Palacios with Kitten +config LINUX + bool "Linux 2.6" + select BUILT_IN_STDLIB + select BUILT_IN_ATOI + help + This enables the necessary options to compile Palacios with Linux 2.6 + Currently, this is in development, and only 2.6.32 is verified to work + config MINIX bool "MINIX 3" help @@ -24,6 +32,7 @@ config OTHER_OS bool "Other OS" help Choose this to compile Palacios for a Generic Host OS + (Formerly GeekOS) endchoice