Date: Tue, 25 Jul 2000 15:36:55 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Edmund Horner cc: djgpp AT delorie DOT com Subject: Re: DXEs and other OSes In-Reply-To: <964526869.973024@shelley.paradise.net.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 26 Jul 2000, Edmund Horner wrote: > Considering a compiled DXE is virtually no more than pure machine code, > would a DXE compiled with DJGPP run fine with a program under Linux > (assuming the DXE mechanism was ported to linux, of course). Probably not. > That is, is the only difference between DJGPP and gcc for Linux the > libraries? No, that's not the only difference. DJGPP uses a different object code format (COFF as opposed to ELF). In addition, a DXE may, depending on what's in it, call DOS or DPMI functions which, of course, won't work on Linux.