--- wikisrc/kernel_debugging_with_qemu.mdwn 2018/03/08 16:57:05 1.15 +++ wikisrc/kernel_debugging_with_qemu.mdwn 2018/03/16 15:29:26 1.16 @@ -54,7 +54,7 @@ Install the system in a virtual machine, [[!template id=programlisting text=""" $ cd .. - $ anita --workdir work --disk-size 4G --memory-size 256M \ + $ anita --workdir work --disk-size 8G --memory-size 256M \ --sets kern-GENERIC,modules,base,etc,comp,debug,games,man,misc,tests,text,syssrc,src,sharesrc,gnusrc \ install $(pwd)/obj/releasedir/i386/ """]]