From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUodb-000056-W8 for qemu-devel@nongnu.org; Mon, 31 May 2004 11:23:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUoda-0008V4-8t for qemu-devel@nongnu.org; Mon, 31 May 2004 11:23:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUoda-0008V1-6E for qemu-devel@nongnu.org; Mon, 31 May 2004 11:23:42 -0400 Received: from [81.209.184.159] (helo=dd2718.kasserver.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUodJ-0006vr-Qy for qemu-devel@nongnu.org; Mon, 31 May 2004 11:23:25 -0400 Received: from [192.168.0.7] (dsl-082-083-133-246.arcor-ip.net [82.83.133.246]) by dd2718.kasserver.com (Postfix) with ESMTP id 86F8021CCE for ; Mon, 31 May 2004 16:53:48 +0200 (CEST) Message-ID: <40BB475D.4020507@fabianowski.de> Date: Mon, 31 May 2004 16:55:25 +0200 From: Bartosz Fabianowski MIME-Version: 1.0 Subject: Re: [Qemu-devel] VGA BIOS source code References: <40BB3784.9020202@fabianowski.de> <40BB541D.30505@witch.dyndns.org> In-Reply-To: <40BB541D.30505@witch.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > For the 21 days period - just kick out from the start-up the SDD stuff > (you don't need it anyway) with msconfig... Sure you can do that. But first of all, I want a legally clean solution (no trial version, but a truly free one) and second, I simply want to fix the bug ;). > See my User Guide ("HOWTO") I have had a look at your guide. Good job making QEMU accessible to newbies. One thing you might want to change is the way hard disk images are created though. Using qemu-mkcow is much more space-efficient than dd, as it will not fill 1GB of your hard drive with useless zeros if that space is not allocated by the guest operating system. - Bartosz