From owner-freebsd-mips@FreeBSD.ORG Wed May 2 14:01:53 2007 Return-Path: X-Original-To: freebsd-mips@FreeBSD.org Delivered-To: freebsd-mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA5D216A401 for ; Wed, 2 May 2007 14:01:53 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 87EE713C4B8 for ; Wed, 2 May 2007 14:01:53 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 47B5621AFB0 for ; Wed, 2 May 2007 10:01:52 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Wed, 02 May 2007 10:01:53 -0400 X-Sasl-enc: 96myjxDzST/2e9VVu4ColZkpEWI50aURsfIi/qHTf3yR 1178114513 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 3059BAE98 for ; Wed, 2 May 2007 10:01:53 -0400 (EDT) Message-ID: <463899CA.4020204@incunabulum.net> Date: Wed, 02 May 2007 15:01:46 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: freebsd-mips@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Trouble w/Malta and qemu X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2007 14:01:53 -0000 Hi, For what it's worth I can't get a kernel to boot on QEMU in malta mode. This isn't too much of a loss as their documentation says their malta emulation is incomplete. They have something closer to an x86 desktop in their main mips4kc target. Documentation says the Linux/MIPS port for QEMU is 'special' in some way. A custom built Debian kernel runs fine in QEMU on a FreeBSD host. BMS