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
 
 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
 
 
 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.
 
 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.