X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Wed, 10 May 2006 21:35:45 -0400 Message-Id: <200605110135.k4B1ZjDG010106@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <10605110108.AA17525@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: DJGPP ELF (fwd) References: <10605110108 DOT AA17525 AT clio DOT rice DOT edu> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk The thought of ELF-based DOS programs brings the obvious goal to mind - use the Linux kernel API to talk to the "extender". The result? Cross-platform executables, assuming you stick with a subset of the available options (i.e. don't fork() ;). You'd still need a stub for dos programs, at least for bash.exe.