Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


set RTL8139's default io base port to -1 when registered with PCI bus
[palacios-OLD.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index d484470..7180d7a 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -13,7 +13,6 @@ config KITTEN
        select BUILT_IN_STRCASECMP
        select BUILT_IN_ATOI
        select ALIGNED_PG_ALLOC
-       select MULTITHREAD_OS
        help
          This enables the necesary options to compile Palacios with Kitten
 
@@ -164,6 +163,7 @@ config EXPERIMENTAL
 
 config CHECKPOINT
        bool "Enable Checkpointing"
+       depends on EXPERIMENTAL && KEYED_STREAMS
        default n
        help 
          Temporary option to enable experimental checkpoint code