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.


Parallelize build of linux module
Peter Dinda [Thu, 19 Jul 2012 00:01:54 +0000 (19:01 -0500)]
Makefile

index 3d83791..e267ebe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -624,7 +624,7 @@ palacios: libv3vee.a
 
 
 linux_module/v3vee.ko: linux_module/*.c linux_module/*.h libv3vee.a
-       cd linux_module/ && make
+       cd linux_module/ && make -j 8
        cp linux_module/v3vee.ko v3vee.ko