Date: Mon, 2 Nov 1998 00:39:27 -0500 (EST) Message-Id: <199811020539.AAA14758@indy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <71jfjb$nns$1@supernews.com> (thiessen@camano.net) Subject: Re: How to compile in different memory models Reply-To: djgpp AT delorie DOT com > I am still learning how to work djgpp and was wondering how to compile in > different memory models. There is no such thing in djgpp; that's what 32-bit programming is all about. DJGPP effectively compiles all programs in tiny mode! However the FAQ has information on accessing memory outside your process space using far pointers and/or near pointers.