From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19gTy1-0007Gv-OD for qemu-devel@nongnu.org; Sat, 26 Jul 2003 14:40:29 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19gTxt-0006tr-DF for qemu-devel@nongnu.org; Sat, 26 Jul 2003 14:40:25 -0400 Received: from smtp4.wanadoo.fr ([193.252.22.26] helo=mwinf0502.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.20) id 19gTxk-0006pk-Fy for qemu-devel@nongnu.org; Sat, 26 Jul 2003 14:40:12 -0400 Message-ID: <3F22CAF9.2040307@free.fr> Date: Sat, 26 Jul 2003 20:39:53 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu translate-i386.c op-i386.c helper-i386.c References: <20030726181049.GM22941@stud.uni-erlangen.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Glanzmann Cc: qemu-devel@nongnu.org Thomas Glanzmann wrote: > * Fabrice Bellard [030726 20:01]: > >>Log message: >> real mode support (now boots from BOCHS BIOS and LGPL'ed VGA BIOS) > > > How can I test this? Is grub, lilo or syslinux working? You must use the Bochs BIOS and the LGPL'ed VGA BIOS from the bochs project and put them in /usr/gnemul/qemu-i386 (I will release them soon in the QEMU project to ease testing). I tested LILO successfully with the bochs example 'minibootable.img' where I replaced the Linux kernel with the one given in vl-test-0.4.2.tar.gz. Fabrice.