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.


Removed make world from this script
Peter Dinda [Thu, 4 Dec 2008 18:14:18 +0000 (12:14 -0600)]
build/CreateIso.sh

index 538faa3..959299d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-make DEBUG_ALL=1 world
+#make DEBUG_ALL=1 world
 cp vmm.img iso
 mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o test.iso iso