From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEF7h-00067t-53 for qemu-devel@nongnu.org; Mon, 27 Oct 2003 16:42:01 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEF7A-0005vo-26 for qemu-devel@nongnu.org; Mon, 27 Oct 2003 16:42:00 -0500 Received: from [193.252.22.28] (helo=mwinf0301.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEF79-0005vM-IK for qemu-devel@nongnu.org; Mon, 27 Oct 2003 16:41:27 -0500 Received: from free.fr (ATuileries-112-1-3-140.w81-48.abo.wanadoo.fr [81.48.134.140]) by mwinf0301.wanadoo.fr (SMTP Server) with ESMTP id C36534007AD for ; Mon, 27 Oct 2003 22:41:23 +0100 (CET) Message-ID: <3F9D9126.7060807@free.fr> Date: Mon, 27 Oct 2003 22:41:58 +0100 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] NetBSD Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, With the lastest patches, QEMU with full soft MMU support can now boot NetBSD. The command line syntax to test it is just: qemu small.ffs Where 'small.ffs' is the NetBSD image mentionned earlier in the mailing list. Fabrice.