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.


symbiotic module updates
[palacios.git] / modules / v3_mods / i386 / Kconfig
1
2
3
4 config LINUX_KERN_MODS
5         bool "Include Linux kernel modules"
6         depends on SYMMOD
7
8 if LINUX_KERN_MODS 
9
10 config LINUX_TEST_MODULE
11         bool "Linux test module"
12         default y if SYMMOD
13         depends on SYMMOD
14         help 
15             This is a simple test linux kernel module
16
17
18         
19
20 endif