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.


Reverted out changes in Makefile that support building Palacios as a Linux kernel...
Peter Dinda [Fri, 28 Jan 2011 21:15:56 +0000 (15:15 -0600)]
These changes (omision of -fPIC) make it unlinkable as a regular Linux extension

Makefile

index d1b637b..9acf2de 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -298,7 +298,7 @@ V3_INCLUDE      := -Ipalacios/include \
 
 CPPFLAGS        := $(V3_INCLUDE) -D__V3VEE__
 
-CFLAGS                 :=  -fno-stack-protector -Wall -Werror -mno-red-zone -fno-common
+CFLAGS                 :=  -fno-stack-protector -Wall -Werror -fPIC -mno-red-zone -fno-common
 #-fPIC
 #-ffreestanding