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 module directory tree and build configuration
[palacios.git] / modules / linux_mods / i386 / Kconfig
diff --git a/modules/linux_mods/i386/Kconfig b/modules/linux_mods/i386/Kconfig
new file mode 100644 (file)
index 0000000..28ed4da
--- /dev/null
@@ -0,0 +1,20 @@
+
+
+
+config LINUX_KERN_MODS
+       bool "Include Linux kernel modules"
+       depends on SYMMOD
+
+if LINUX_KERN_MODS 
+
+config LINUX_TEST_MODULE
+       bool "Linux test module"
+       default y if SYMMOD
+       depends on SYMMOD
+       help 
+           This is a simple test linux kernel module
+
+
+       
+
+endif