From owner-freebsd-mips@FreeBSD.ORG Wed Oct 9 21:05:33 2013 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 66B3A34B; Wed, 9 Oct 2013 21:05:33 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E021125B2; Wed, 9 Oct 2013 21:05:32 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id n9so1003773qcw.19 for ; Wed, 09 Oct 2013 14:05:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=jhDx6n19P4ZjM+WgaQdWIXRQHEfcB1h5lt2Fp4FY7Tg=; b=I+feG4CNeQ+eo4DRIVDNwTM6Jr1EWD5+A+b+jqvBMB4HTx3qGx8tjR7Smv75ZGBdcZ ZFYNceGT2Lg3t9YobdL/h8ZMB2FDGFoFA6Fnkd93lDt8owr9zzwHsNvRqtX/jp93djAW sjAqMGxOeAdynKbyhIMw7NnKMYLgZafgh0FX5nS6vR+kaDTzEDJUgNItn4Mnhj+VQcJr 2r/iTqneTajEF2hrWGwcr9QuoJ0orLaB/zonCDqFkx8Rd7bmjpW9nKeRqHULfn/AmZn9 J2Et7RYhbAwbo0EslXJuAcOr+vYrKRb6/Ol4Z97wyMtXP+Xohu3vOAMWJGYYDUOEwdV5 dU5Q== MIME-Version: 1.0 X-Received: by 10.229.244.69 with SMTP id lp5mr1423963qcb.14.1381352731950; Wed, 09 Oct 2013 14:05:31 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Wed, 9 Oct 2013 14:05:31 -0700 (PDT) In-Reply-To: References: <180563C9-541F-47F9-8C90-35686BBC6471@bluezbox.com> <3CB8B78B-43F3-4891-9E68-E2CE3EDED96D@bsdimp.com> Date: Wed, 9 Oct 2013 14:05:31 -0700 X-Google-Sender-Auth: BgrKHhYla4ZrNZqOVjQ85_qmyQ0 Message-ID: Subject: Re: FreeBSD/MIPS emulation From: Adrian Chadd To: Ed Maste Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-mips@freebsd.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 21:05:33 -0000 On 9 October 2013 14:01, Ed Maste wrote: > On 9 October 2013 14:52, Adrian Chadd wrote: > > Hi, > > > > As promised: > > > > https://wiki.freebsd.org/FreeBSD/MipsEmulation > > > > This requires a bunch of rewriting before I'm happy with it. > > > > Next, testing out mipsle and mips64 builds. > > Thanks for putting this on the wiki Adrian. Mips64 works -- I have > used both qemu-mips64 for emulation of individual binaries and > qemu-system-mips64, while working on mips64 support for LLDB. Next - can we build live image snapshots of mips le/be for both 32 bit and 64 bit? What would be the right vehicle for this? Crochet, maybe? -adrian