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.


removed debugging mkdir call
Jack Lange [Thu, 27 Oct 2011 23:00:10 +0000 (19:00 -0400)]
linux_module/iface-file.c

index be8ed3e..96a2477 100644 (file)
@@ -315,8 +315,6 @@ static int file_init( void ) {
 
     V3_Init_File(&palacios_file_hooks);
 
-    palacios_file_mkdir("/test/test/test/qr14/acqwe2",0755, 1);
-
     return 0;
 }