remove wrong statement

This commit is contained in:
Stefan Lankes 2012-08-08 10:04:27 +02:00
parent c4fdd6ca5c
commit 5faab70a04

View file

@ -39,8 +39,6 @@ $ (cd include/metalsvm; cp config.h.example config.h) \endverbatim
* The emulator is then started with the following parameters:
* \verbatim$ qemu -monitor stdio -smp 2 -net nic,model=rtl8139 -net user,hostfwd=tcp::12345-:7 -net dump -kernel metalsvm.elf -initrd tools/initrd.img \endverbatim
*
* Please note that qemu versions 0.13 and 0.14 have a bug which keeps MetalSVM from booting properly. Used qemu-0.12.5 instead.
*
* @section runscc Running MetalSVM on the Intel SCC
*
* -# Intel recommends to use their cross-compiler for generating code which is guaranteed to be SCC-compatible. Just set the environment variables with the following command: