diff --git a/documentation/text/compilation.dox b/documentation/text/compilation.dox index 5dba4875..56e7d218 100644 --- a/documentation/text/compilation.dox +++ b/documentation/text/compilation.dox @@ -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: