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 missed Makefile update for option handling
Patrick G. Bridges [Wed, 20 Feb 2013 17:55:16 +0000 (10:55 -0700)]
palacios/src/palacios/Makefile

index 87e7951..c51a37e 100644 (file)
@@ -21,6 +21,7 @@ obj-y := \
        vmm_mem.o \
        vmm_msr.o \
        vmm_paging.o \
+       vmm_options.o \
        vmm_queue.o \
        vmm_rbtree.o \
        vmm_ringbuffer.o \