From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BRnvW-0005Yx-QD for qemu-devel@nongnu.org; Sun, 23 May 2004 04:01:46 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BRnDF-0005cW-1I for qemu-devel@nongnu.org; Sun, 23 May 2004 03:16:33 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BRhhH-0007Yk-Kf for qemu-devel@nongnu.org; Sat, 22 May 2004 21:22:39 -0400 Received: from [195.122.192.2] (helo=janik.cz) by mx20.gnu.org with esmtp (Exim 4.34) id 1BRHqI-0005go-Dc for qemu-devel@nongnu.org; Fri, 21 May 2004 17:46:25 -0400 From: Pavel@Janik.cz (=?iso-8859-2?q?Pavel_Jan=EDk?=) Date: Fri, 21 May 2004 22:21:04 +0200 Message-ID: <878yfl7cr3.fsf@Janik.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] FreeBSD booting problem 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 Hi, people on IRC channel reported problems booting FreeBSD ISO images and floppies. I have tried booting this floppy image: http://tmp.janik.cz/QEMU/FreeBSD/boot.flp with current CVS as of now. pavel@linux:~/Tmp/QEMU> /tmp/QEMU/bin/qemu -pci -boot a -fda ~/.www/tmp.j= anik.cz/QEMU/FreeBSD/boot.flp -S Serial port redirected to /dev/pts/143 QEMU 0.5.5 monitor - type 'help' for more information (qemu) log in_asm (qemu) c (qemu)=20 and /tmp/qemu.log contains: ... IN:=20 0x000090d6: xor %ecx,%ecx 0x000090d8: mov %ecx,%cr3 ---------------- IN:=20 0x000090db: lgdtl 0x96d0 0x000090e2: ljmpw $0x18,$0x90e8 Full log is available at http://tmp.janik.cz/QEMU/FreeBSD/qemu.log.bz2 Interesting thing is: pavel@linux:~/.www/tmp.janik.cz/QEMU/FreeBSD> wc -l qemu.log=20 324664 qemu.log pavel@linux:~/.www/tmp.janik.cz/QEMU/FreeBSD> grep -c "add %al,(%eax)"= qemu.log=20 299565 pavel@linux:~/.www/tmp.janik.cz/QEMU/FreeBSD>=20 Ie. 93% of all executed instructions is add %al,(%eax) --=20 Pavel Jan=EDk Ask three people which VM is best, and you will get four answers ;) -- Hubert Mantel about VM in 2.4.x