[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.OSX.1.10.0911011531570.53392@caridad.local>
Date: Sun, 1 Nov 2009 15:40:23 -0500 (EST)
From: "Ryan C. Gordon" <icculus@...ulus.org>
To: David Hagood <david.hagood@...il.com>
cc: linux-kernel@...r.kernel.org
Subject: Re: FatELF patches...
> Format (ANDF), such that, given a fat binary which does NOT support a
> given CPU, you could at least in theory process the ANDF section to
> create the needed target binary? Bonus points for being able to then
> append the newly created section to the file.
It's not a goal of mine, but I suppose you could have an ELF OSABI for it.
I don't think it changes the FatELF kernel patch at all. I don't know much
about ANDF, but you'd probably just want to set the ELF "interpreter" to
something other than ld.so and do this all in userspace, and maybe add a
change to elf_check_arch() to approve ANDF binaries...or something.
To me, ANDF is interesting in an academic sense, but not enough to spend
effort on it. YMMV. :)
--ryan.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists