Mail Archives: djgpp/1997/03/09/07:56:10
> Is there any non-standard way of reducing the startup code overhead?
> (ie after declaring null globbing funcs etc.) I am interested in
> making a certain exe as small as humanely possible, and was wondering
> what parts of the library source to attack for example.
Sure. The TSR example does some of this triming for demonstration
purposes and built to like 9K in size. By replacing crt0.s and crt1.c
you can do anything. An all assembly DJGPP image can be 2.5K in size
(rather silly thing to do). Look at the libc source, remove what you
don't need, and you might be surprised how tiny your images can get!
- Raw text -