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.


rename fix
Jack Lange [Tue, 14 Jun 2011 17:19:07 +0000 (12:19 -0500)]
linux_module/Makefile
linux_module/palacios-stubs.c [moved from linux_module/os_stubs.c with 100% similarity]

index 86d16a4..137674c 100644 (file)
@@ -9,7 +9,7 @@ endif
 EXTRA_CFLAGS  += -I$(PWD)/../palacios/include/ -include autoconf.h -DMODULE=1 -D__KERNEL__=1
 
 
-v3vee-y :=     os_stubs.o \
+v3vee-y :=     palacios-stubs.o \
                main.o \
                vm.o \
                mm.o \