Date: Wed, 31 Jan 1996 17:15:22 +0200 (EET) From: Martynas Kunigelis To: djgpp AT delorie DOT com Subject: execs compression Message-ID: MIME-Version: 1.0 On Mon, 29 Jan 1996, Eli Zaretskii wrote: > > Currently, you can't compress the DJGPP executables. > I had this idea just yesterday. There is this nice PMODE/W for Watcom, a DOS4G/W replacement, capable to compress the executables. I thought it would not take a lot to put some additional code into stub.asm to decompress compressed COFFs. Changing stubify.c is even easier. If noone wishes, I will try to do that with the simpliest compression algorythm. If I'm lucky, I will produce a different 'stubify' with compression. Now do I have authors' permission to mess around with stub.asm and other stuff? Thanx? Martynas Kunigelis P.S. 'stub.asm' is so damn scary! I'll beat it. (I hope).