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.


added host OS file support configuration option
Jack Lange [Thu, 5 Aug 2010 18:20:01 +0000 (13:20 -0500)]
Kconfig

diff --git a/Kconfig b/Kconfig
index 246c640..8ab4403 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -81,6 +81,12 @@ config MAX_CPUS
          Specifies the maximum number of hardware CPUs supported by the OS
          For uniprocessor environments, set this to 1
 
+config FILE
+       bool "Host Support for file operations"
+       default n
+       help
+         Select this if your host OS supports file operatoins and you want Palacios to be able to use them.
+
 
 config CONSOLE
        bool "Host Support for VM console"