Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754111AbZJVHbL (ORCPT ); Thu, 22 Oct 2009 03:31:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752464AbZJVHbK (ORCPT ); Thu, 22 Oct 2009 03:31:10 -0400 Received: from qmta01.emeryville.ca.mail.comcast.net ([76.96.30.16]:32992 "EHLO QMTA01.emeryville.ca.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751263AbZJVHbJ (ORCPT ); Thu, 22 Oct 2009 03:31:09 -0400 Subject: Re: [RFC][PATCH 1/2] binfmt_elf: FatELF support in the binary loader. From: Nicholas Miell To: "Ryan C. Gordon" Cc: linux-kernel@vger.kernel.org In-Reply-To: References: Content-Type: text/plain Date: Thu, 22 Oct 2009 00:31:12 -0700 Message-Id: <1256196672.15558.1.camel@entropy> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1072 Lines: 26 On Mon, 2009-10-19 at 10:39 -0400, Ryan C. Gordon wrote: > This allows the kernel to load a single file that contains multiple ELF > binaries (a "FatELF" file), selecting the correct one for the system. > > Details, rationale, tools, and patches for handling FatELF binaries can be > found at http://icculus.org/fatelf/ > > Please note that this requires userspace changes to be truly effective, > but a simple "hello world" FatELF binary can work with just the kernel > loader. Apple's fat binaries have the virtue of allowing redundant identical sections to be merged among the different included binaries, but your format can't do that. Could you explain how your FatELF format is an improvement over multiple ELF binaries and a simple shell script that selects between them? -- Nicholas Miell -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/