From: Jack Lange Date: Wed, 24 Sep 2008 22:39:23 +0000 (-0500) Subject: fixed documentation X-Git-Tag: 1.0~15 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=b25482f9da83a67865094d95fa92cc8f505f67c9 fixed documentation --- diff --git a/RUNNING.LINUX b/RUNNING.LINUX index ac768b1..b65a73a 100644 --- a/RUNNING.LINUX +++ b/RUNNING.LINUX @@ -16,7 +16,7 @@ the necessary support of AMD SVM virtualization extensions. If you would like to install qemu, a copy is in the repository: -export DEVROOT=/path/to/your/vmm-dev +export DEVROOT=/path/to/your/vmm-tools untar $DEVROOT/utils/qemu-0.9.1.tar.gz and follow instructions for building and installing it. Notice that you can use the --prefix diff --git a/RUNNING.WINDOWS b/RUNNING.WINDOWS index 86396a2..b6e5f8d 100644 --- a/RUNNING.WINDOWS +++ b/RUNNING.WINDOWS @@ -17,7 +17,7 @@ the necessary support of AMD SVM virtualization extensions. If you would like to install qemu, a copy is in the repository. Here is how to install it. -export DEVROOT=/path/to/your/vmm-dev +export DEVROOT=/path/to/your/vmm-tools cd $DEVROOT/devtools unzip $DEVROOT/utils/Qemu-0.9.1-windows.zip export QEMU=$DEVROOT/devtools/Qemu-0.9.1-windows diff --git a/SETUP.LINUX b/SETUP.LINUX index 3a40f4e..b1f6d39 100644 --- a/SETUP.LINUX +++ b/SETUP.LINUX @@ -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. diff --git a/SETUP.WINDOWS b/SETUP.WINDOWS index d97af5a..92bfff8 100644 --- a/SETUP.WINDOWS +++ b/SETUP.WINDOWS @@ -69,9 +69,6 @@ Now test: 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.