From owner-freebsd-emulation@freebsd.org Sun Mar 27 10:16:37 2016 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95801ADF09A for ; Sun, 27 Mar 2016 10:16:37 +0000 (UTC) (envelope-from mokhi64@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 746C71978 for ; Sun, 27 Mar 2016 10:16:37 +0000 (UTC) (envelope-from mokhi64@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 6D614ADF098; Sun, 27 Mar 2016 10:16:37 +0000 (UTC) Delivered-To: emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C849ADF096; Sun, 27 Mar 2016 10:16:37 +0000 (UTC) (envelope-from mokhi64@gmail.com) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16D801975; Sun, 27 Mar 2016 10:16:37 +0000 (UTC) (envelope-from mokhi64@gmail.com) Received: by mail-lb0-x231.google.com with SMTP id vo2so15435782lbb.1; Sun, 27 Mar 2016 03:16:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=Ep/1wGeZ9GkFP8s7KnuA/XneukqnzplFo+wo2xeOr84=; b=Vh8uYqRON4SFP8Xc5Kp4RPrL7ZNrVqkwxNsDxnb2eM3gGv7MNmbK/vLSGC6Y3etHYb DIrbsN+VPiOPl+FkdBL9APs2Hw7tgfkv7IKKoyiO74SRrzbiEt+NpE4ARoGxcjbSmWuD 9Rt5G4lqhJ3MHbLA4qPcvZzDAa/8LeS73yvcrQ/hOZhxoovDoZWAdE6szb+DdyiQFfJs 1nelxSy7Roh6pNZr+vnUcTmrpYKS/3707y7jPjOl4+btYs43IX/KrXquwpn07NjP3rU1 rxBcybSUYf3kJVEyqxG2ON9ZdpIuM20lPj9STHdftlqenC73GapzDZzVXUkijmgjRclJ M6pw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=Ep/1wGeZ9GkFP8s7KnuA/XneukqnzplFo+wo2xeOr84=; b=dG+IrSNMBf5lCfhrqdG9Q6AKWl7ZMBY8qtBtpighS7GLnJgfB8qnR1LNMfgnbfvfD5 gxWZWx7nSPy0sNUJ5LNbe7fz8GxnyIClQebTiQ0Ftq6erbZKWqSCYUTyZDK2iATthgJN y0rHKnPhaESNY0kEZla0+YFcwNI0oEz7FfpFxb4LtIYxYW/0U6SZl+rvwelDdXKEHhQG zhyoZf77bbue9rzqQombvyhTNwy16+vhG+jT8Fp280VPe9iNANadzC2+eWIbeYkhJLQX NtGJ4P2lK4vTVtxdRlOkFL89YC02iGrZtH39RB9FEGiUautlCf2LRxduJgVAVZexmWN+ V/zA== X-Gm-Message-State: AD7BkJK1rQQcvAQPihWhY42WyfUKQijLJl/ZRSOhQ2AAaVJ2FYW1q3gdduQKzUHxklSX3bjQH4AtAYbbbAntZw== MIME-Version: 1.0 X-Received: by 10.112.137.129 with SMTP id qi1mr8185854lbb.31.1459073795318; Sun, 27 Mar 2016 03:16:35 -0700 (PDT) Received: by 10.25.139.68 with HTTP; Sun, 27 Mar 2016 03:16:35 -0700 (PDT) In-Reply-To: References: <7554521E-81AB-43DE-A7FC-A9F334F660B7@FreeBSD.org> <097363D7-DB74-4C48-90A7-BFACB1E0C0E1@FreeBSD.org> Date: Sun, 27 Mar 2016 14:46:35 +0430 Message-ID: Subject: Re: FreeBSD MachO File format, your comments on it. From: mokhi To: Adrian Chadd , David Chisnall Cc: Adrian Chadd , Damjan Jovanovic , emulation@freebsd.org, "current@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 10:16:37 -0000 Hi again. I've implemented FatElf support for Elf image activator too[1] :) Any comments/reviews on this ? I also pinged Ryan Gordon about this. Also im curious to know if any comments/reviews are done on MachO implementation[2] Best wishes and thousands of regards, Mokhi. ============================================== [1] https://github.com/m0khi/FreeBSD_FatElf [2] https://github.com/m0khi/FreeBSD_MachO