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.


moved checkpointing to an experimental feature
Jack Lange [Thu, 27 Oct 2011 19:23:10 +0000 (15:23 -0400)]
Kconfig

diff --git a/Kconfig b/Kconfig
index b7fc9a0..7180d7a 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -163,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