Date: Sun, 27 May 2001 13:57:40 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Paul Gardiner" Message-Id: <6480-Sun27May2001135738+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <9eqln4$pqq$1@newsg4.svr.pol.co.uk> (paul@laser-point.co.uk) Subject: Re: Questions about overlay files References: <9eqln4$pqq$1 AT newsg4 DOT svr DOT pol DOT co DOT uk> Reply-To: djgpp AT delorie DOT com 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 > From: "Paul Gardiner" > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 27 May 2001 11:44:57 +0100 > > I'm having trouble finding out just about anything about DOS overlay files. > > Does DJGPP have support for generating them? No, and I don't see why would you need that. Overlays are for programs whose code is too large to fit into the available amount of memory. DJGPP supports up to 2GB of memory (including virtual memory) on plain DOS, and about 128MB of memory on a typical Windows machine, so you shouldn't need any kludges such as overlays when you compile your programs with DJGPP.