Date: Mon, 6 Jan 2003 13:41:55 -0500 Message-Id: <200301061841.h06IftL26184@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <20030106182332.GA11839@kendall.sfbr.org> (message from JT Williams on Mon, 6 Jan 2003 12:23:32 -0600) Subject: Re: Generate real-mode 386 DOS executables? References: <3e18ff2f DOT sandmann AT clio DOT rice DOT edu> <20030106182332 DOT GA11839 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 > My only use for HIMEM.SYS has been to load DOS into the HMA. Does this > capability (i.e., DOS=HIGH) have any advantage in protected mode, other > than to free up some conventional memory below the 640K mark? You're better off not installing himem.sys, and letting cwsdpmi manage memory. DJGPP can use the upper memory just as easily as any other memory, and you avoid having yet another TSR installed.