X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 12 May 2011 15:46:38 -0400 Message-Id: <201105121946.p4CJkccD020677@envy.delorie.com> From: DJ Delorie To: "John Wright" CC: djgpp AT delorie DOT com In-reply-to: (john AT wacontrols DOT com) Subject: Re: Verion 1.12 (memory exhausted) in the link process References: Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk In DJGPP V1, you always use go32 - go32 is the "operating system". If you just type "go32" at the command prompt, it should tell you how much real and virtual memory it has available. If you don't have enough virtual memory, you'll need to point go32's swap file to a larger filesystem. go32 will use DPMI, VCPI, EMS, and plain old protected mode to manage memory. In that order, I think.