Date: Wed, 23 Sep 92 10:55:35 EDT From: DJ Delorie To: kemp AT convex1 DOT convex DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: memory useage of go32/djgpp progs The stub loader uses about 70K (I applied a user's patch to reduce this a lot). Go32 uses about 100-200K for code, data, page tables, etc; plus whatever expanded memory the program itself requires. Hopefully, with the patched stub, the prog size should be reduced to about 150k. Try compiling with -O2 to reduce expanded memory size. DJ