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.


added seastar memory mapping
[palacios.git] / palacios / build / Makefile
index bf527cd..ed91e6d 100644 (file)
@@ -321,7 +321,7 @@ DEVICES_OBJS := \
        devices/apic.o  \
        devices/io_apic.o \
        devices/vpci.o \
-
+       devices/para_net.o \
 
 #      devices/vnic.o \
 
@@ -342,6 +342,11 @@ V3_ARCH := __V3_32BIT__
 endif
 
 
+ifeq ($(CRAY_XT),1)
+EXTRA_C_OPTS := $(EXTRA_C_OPTS) -DCRAY_XT
+endif
+
+
 # Uncomment if cross compiling
 #TARGET_CC_PREFIX :=  $(PROJECT_ROOT)/../devtools/i386/bin/i386-elf-
 #TARGET_CC_PREFIX :=  i386-elf-