From owner-freebsd-mips@FreeBSD.ORG Wed Oct 9 21:01:58 2013 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 413E3210; Wed, 9 Oct 2013 21:01:58 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-qa0-x22d.google.com (mail-qa0-x22d.google.com [IPv6:2607:f8b0:400d:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5A00258D; Wed, 9 Oct 2013 21:01:57 +0000 (UTC) Received: by mail-qa0-f45.google.com with SMTP id k4so5377782qaq.11 for ; Wed, 09 Oct 2013 14:01:56 -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=i3vJ6sxH3ZQFhj1PPqbsDUwkbj7It+nyYWNDDwiHZeI=; b=cui0uRoazdP0l8Kp1/WzfYj4HiB3qxTw/0gCgNiiV3nLjCcqDdA9sg1FJC7HbSpZJ0 7nOCyDYX+uVOCX0hePDmenwfugPkKKh7F6FD+FYM/q77Ejb5BmD3kcqPKkiaveHAZZeA 35ijUmR9CElVAeLORLmYmwOCMPjHKmrRivWjGdCuD6NuFYiXuFjS9SozS/25iiNtFLqI hN7n8MZVFr0DYI5+0dxVIdmKrr2R/CTneUivgqhS9Vr/d2fRpWmv6RKyew2dPaobSWl7 onK+FOA60+FnvGC7lhyi+Di2aSIY4mx6O8GE7ROcKLggdW3kuSKPlXGO+dAb4n77VHzJ 7tAw== MIME-Version: 1.0 X-Received: by 10.229.130.135 with SMTP id t7mr1367314qcs.18.1381352516853; Wed, 09 Oct 2013 14:01:56 -0700 (PDT) Sender: carpeddiem@gmail.com Received: by 10.224.213.136 with HTTP; Wed, 9 Oct 2013 14:01:56 -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 17:01:56 -0400 X-Google-Sender-Auth: XFTcIXzXvbE8PEjBTorpYCdwaK8 Message-ID: Subject: Re: FreeBSD/MIPS emulation From: Ed Maste To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 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:01:58 -0000 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. -Ed