From 5faab70a049cb17d21d32fe9a2c9ca2be30d60ca Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Wed, 8 Aug 2012 10:04:27 +0200 Subject: [PATCH] remove wrong statement --- documentation/text/compilation.dox | 2 -- 1 file changed, 2 deletions(-) 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: