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 CLGI window
[palacios.git] / SETUP.LINUX
index b1f6d39..2fc2693 100644 (file)
@@ -8,10 +8,14 @@ Now test:
 export DEVROOT=/path/to/your/vmm-dev
 export LOCATION=$DEVROOT/devtools
 
-cd $DEVROOT/vmm-hack1/build
+cd $DEVROOT/build
 
 export PATH=$PATH:$LOCATION/bin
 
 make world
 
-This should succeed, leaving you with a vmm.img file.
+This will build a vmm.img floppy image in geekos/build. You can also build a boot ISO image by running:
+
+> make geekos-iso
+
+Which will generate a test.iso image in $DEVROOT/build