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 19gsdf-0004iZ-DI for qemu-devel@nongnu.org; Sun, 27 Jul 2003 17:01:07 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19gsdJ-00044l-M7 for qemu-devel@nongnu.org; Sun, 27 Jul 2003 17:00:46 -0400 Received: from pluvier.ens-lyon.fr ([140.77.167.5] helo=mailhost.ens-lyon.fr) by monty-python.gnu.org with esmtp (Exim 4.20) id 19gsd8-0003X8-Dk for qemu-devel@nongnu.org; Sun, 27 Jul 2003 17:00:34 -0400 Received: from onyx.ens-lyon.fr ([140.77.14.111]) by mailhost.ens-lyon.fr with esmtp (Exim 3.35 #1 (Debian)) id 19gsd5-0005C9-00 for ; Sun, 27 Jul 2003 23:00:31 +0200 Date: Sun, 27 Jul 2003 23:00:31 +0200 (CEST) From: Nicolas Ollinger Subject: Re: [Qemu-devel] qemu static elf boot In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Hi, On Thu, 24 Jul 2003, Nicolas Ollinger wrote: > I put a small disk image, kernels, and some files and instructions to use > them under bochs (for comparison purpose) at the following URL: > > http://www.ens-lyon.fr/~nollinge/netbsd_bochs/ I just updated the content of the above webpage, it now contains a bootable NetBSD/i386 filesystem which runs just (slowly) fine under bochs. The kernel inside the filesystem is now relocated at 0x90000000 in order to allow qemu boot. So with Fabrice's recent addition of real mode support in qemu, vl is now able to charge the kernel into memory using the usual bootloader. Unfortunately, for some reason, the kernel do not boot at all. No abortion, no fatal error, just... void. Regards, Nicolas. --