Date: Fri, 20 Jul 2001 21:35:53 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <1438-Fri20Jul2001213553+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 In-reply-to: <20010720094156.A18035@kendall.sfbr.org> (message from JT Williams on Fri, 20 Jul 2001 09:41:56 -0500) Subject: Re: memory under DOS References: <20010717160543 DOT 05952 DOT 00000668 AT ng-ba1 DOT aol DOT com> <200107172028 DOT QAA32600 AT envy DOT delorie DOT com> <20010720094156 DOT A18035 AT kendall DOT sfbr DOT org> 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 > Date: Fri, 20 Jul 2001 09:41:56 -0500 > From: JT Williams > > Are there *any* advantages to loading HIMEM.SYS in protected mode? Yes. Even in protected mode, the conventional memory is still there, and it still is at premium. > Loading DOS `high' or `low' may be irrelevant in PM No, it isn't: each DJGPP program needs a certain amount of memory below 1MB mark. The more nested programs you have, the more conventional memory you will need. So leaving as much as possible of it free helps. Also, programs which support the Windows clipboard use conventional memory to move text to and from the clipboard, so the amount of free conventional memory determines the maximum size of text you can move to or from the clipboard.