Mail Archives: djgpp/2004/03/09/13:24:45
> Can djgpp build ordinary .exe and .com and .sys?
In general, no. Why would you want to? ;-)
Exception: DJGPP includes a 16-bit assembler called "djasm" that can
produce these files, but ONLY if you can fit all your code into a
single asm file - not even libraries are supported.
> Else is there some other gcc that just plain works?
I once ported gcc to the 16-bit i86 world. It's an OLD port, at
http://www.delorie.com/djgpp/16bit/gcc/, but someone has resurrected
it recently (search the gcc archives). No guarantees and it's
definitely not user friendly at this point (i.e. no assembler or
linker!)
> In my ignorance, I fear the runtime time cost, the real mode space
> cost, compatibility, and other effects of switching back and forth
> between real and protected mode.
Experience has shown that DJGPP programs tend to be faster than 16-bit
programs.
- Raw text -