Mail Archives: djgpp/2000/07/25/08:37:43
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.
- Raw text -