Mail Archives: djgpp/1997/05/27/12:52:38
On 25 May 1997 08:32:25 GMT, mert0407 AT sable DOT ox DOT ac DOT uk (George Foot)
wrote:
>leereyno AT imap2 DOT asu DOT edu wrote:
>
>: GCC under linux makes tiny code. My mandelbrot program is about 13k
>: long. The Dos version is over 100k.
>
>What follows is AFAIK; I don't program Linux, so don't take it as gospel.
>
>Linux is already in protected mode, so it doesn't need to switch. Also,
>the shell in Linux does most of what the stub does anyway. So in Linux
>this additional code isn't required. Are you using SVGALIB? This is
>outside my experience, but my impression was also that SVGALIB is loaded
>at runtime, so it is not part of the executable either.
Yeah and the libraries are dynamically linked in for you. That's what
make Linux/UNIX so nice, it has a full dll system even in the command
line. Shock of shocks imagine that. If only DOS had been designed
like that. Oh well.
Lonnie McCullough
lonniem AT cs DOT utexas DOT edu
- Raw text -