LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* Mach-O loader
@ 2007-02-01 6:57 Trent Waddington
2007-02-01 15:27 ` Kyle Moffett
0 siblings, 1 reply; 3+ messages in thread
From: Trent Waddington @ 2007-02-01 6:57 UTC (permalink / raw)
To: Linux Kernel Mailing List
Anyone know if a loader for Mach-O binaries for Linux has been written?
Thanks,
Trent
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Mach-O loader
2007-02-01 6:57 Mach-O loader Trent Waddington
@ 2007-02-01 15:27 ` Kyle Moffett
2007-02-01 21:19 ` Trent Waddington
0 siblings, 1 reply; 3+ messages in thread
From: Kyle Moffett @ 2007-02-01 15:27 UTC (permalink / raw)
To: Trent Waddington; +Cc: Linux Kernel Mailing List
On Feb 01, 2007, at 01:57:53, Trent Waddington wrote:
> Anyone know if a loader for Mach-O binaries for Linux has been
> written?
I started working on one a while ago but I ran out of time to
dedicate to the project. My schedule is opening up again, though, so
I plan to start working on it again. At this point I have most of
the actual loader code written, the problem is that the syscalls
between Linux and Darwin are very different and need a binary
translation layer which is still in the concept phase at this point. :-D
Cheers,
Kyle Moffett
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Mach-O loader
2007-02-01 15:27 ` Kyle Moffett
@ 2007-02-01 21:19 ` Trent Waddington
0 siblings, 0 replies; 3+ messages in thread
From: Trent Waddington @ 2007-02-01 21:19 UTC (permalink / raw)
To: Kyle Moffett; +Cc: Linux Kernel Mailing List
On 2/2/07, Kyle Moffett <mrmacman_g4@mac.com> wrote:
> I started working on one a while ago but I ran out of time to
> dedicate to the project. My schedule is opening up again, though, so
> I plan to start working on it again. At this point I have most of
> the actual loader code written, the problem is that the syscalls
> between Linux and Darwin are very different and need a binary
> translation layer which is still in the concept phase at this point. :-D
I've written one before for the Boomerang[1] project. Don't worry
about the system calls, that's not the point. I do wonder if you can
mix Mach-O and ELF binaries in the same process however.. that would
be good. If you like, send me the code and I'll take a look at it.
Trent
[1] http://boomerang.sourceforge.net/ I don't work on this anymore
due to work constraints.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-02-01 21:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-01 6:57 Mach-O loader Trent Waddington
2007-02-01 15:27 ` Kyle Moffett
2007-02-01 21:19 ` Trent Waddington
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).