From: aho450s AT nic DOT smsu DOT edu (Tony O'Bryan) Newsgroups: comp.os.msdos.djgpp Subject: Re: Extra Memory Date: Wed, 30 Apr 1997 01:47:24 GMT Organization: Southwest Missouri State University Lines: 8 Message-ID: <3366a43f.3202193@ursa.smsu.edu> References: <33669DFE DOT 78AB AT worldnet DOT att DOT net> NNTP-Posting-Host: forseti.i57.smsu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Tue, 29 Apr 1997 18:18:54 -0700, "Patrick J. Morris" wrote: >Does DJGPP automatically use conventional memory then RAM or do I have >to make it use RAM/EMS. If so then how? Conventional memory and RAM are the same thing. DJGPP will automatically use whatever memory it needs, be it conventional, extended, or virtual.