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.


fixed default build target
Jack Lange [Thu, 4 Dec 2008 04:55:25 +0000 (22:55 -0600)]
build/Makefile

index cc6ee23..eece784 100644 (file)
@@ -46,7 +46,7 @@ GUEST_ISO_DIR := /opt/vmm-tools/isos
 # List of targets to build by default.
 # These targets encompass everything needed to boot
 # and run GeekOS.
-ALL_TARGETS := palacios geekos
+ALL_TARGETS := world
 
 QEMU := /usr/local/qemu/bin/qemu-system-x86_64