From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HdVlC-0006Gx-Fd for qemu-devel@nongnu.org; Mon, 16 Apr 2007 14:17:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HdVlA-0006Gk-PN for qemu-devel@nongnu.org; Mon, 16 Apr 2007 14:17:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdVlA-0006Gh-JO for qemu-devel@nongnu.org; Mon, 16 Apr 2007 14:17:04 -0400 Received: from 149.red-80-37-155.staticip.rima-tde.net ([80.37.155.149] helo=claunia.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HdVgW-0002Ma-Dh for qemu-devel@nongnu.org; Mon, 16 Apr 2007 14:12:16 -0400 Received: from localhost (localhost [127.0.0.1]) by claunia.com (Postfix) with ESMTP id 653E5181480F for ; Mon, 16 Apr 2007 19:12:14 +0100 (BST) Received: from claunia.com ([127.0.0.1]) by localhost (hecate.claunia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02654-10 for ; Mon, 16 Apr 2007 19:11:51 +0100 (BST) Received: from [172.26.2.1] (zeus.claunia.com [172.26.2.1]) by claunia.com (Postfix) with ESMTP id C789418147E9 for ; Mon, 16 Apr 2007 19:11:50 +0100 (BST) Subject: Re: [Qemu-devel] [PATCH] [MIPS] Acer Pica 61 machine From: Natalia Portillo In-Reply-To: <20070416094433.705E06B93A@smtp4-g19.free.fr> References: <20070416094433.705E06B93A@smtp4-g19.free.fr> Content-Type: text/plain; charset=ISO-8859-15 Date: Mon, 16 Apr 2007 19:11:32 +0100 Message-Id: <1176747092.1810.17.camel@localhost> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 How is it suppossed to boot? It does not shows anything on screen, even it lacks a VGA output with default command line. El lun, 16-04-2007 a las 11:41 +0200, Herv=E9 Poussineau escribi=F3: > Hi, >=20 > This patch adds a Acer Pica 61 machine emulation to Qemu. I based my wo= rk on > http://www.sensi.org/~alec/mips/acer_pica.html > This machine can be used with the firmwares available at > http://hpoussineau.free.fr/qemu/firmware (the PICA 61 versions). >=20 > I've tested NetBSD 1.5.1, NetBSD 1.6.2, OpenBSD 2.3 and MS Windows NT 3= .51, > which start to boot, but all show different problems. > The *BSD images are available at http://hpoussineau.free.fr/qemu >=20 > Herv=E9