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 documentation
[palacios.git] / SETUP.LINUX
index 3a40f4e..b1f6d39 100644 (file)
@@ -12,9 +12,6 @@ cd $DEVROOT/vmm-hack1/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 should succeed, leaving you with a vmm.img file.