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 3a40f4e..2fc2693 100644 (file)
@@ -8,13 +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
 
-ln -s ../src/vmboot/rombios/BIOS-bochs-latest rombios
-ln -s ../src/vmboot/vgabios/VGABIOS-lgpl-latest.bin vgabios
-
 make world
 
-This should succeed, leaving you with a vmm.img file.
\ No newline at end of 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