Date: Sat, 17 Mar 2001 18:49:13 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: taupin Message-Id: <7458-Sat17Mar2001184912+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <3AB33D76.9AFAA2F@lps.u-psud.fr> (message from taupin on Sat, 17 Mar 2001 11:33:26 +0100) Subject: Re: A memory limit when you run command to get out of windows? References: <0uggSQG00UjF83A2g=@andrew.cmu.edu> <4634-Sat17Mar2001095758+0200-eliz AT is DOT elta DOT co DOT il> <3AB33D76 DOT 9AFAA2F AT lps DOT u-psud DOT fr> 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: Sat, 17 Mar 2001 11:33:26 +0100 > From: taupin > > Reading this I looked at my DOS properties and set DPMI to 65535 (the > maximum allowed) and then: > > ------------------------------------------------- > go32/v2 version 2.0 built Dec 24 1999 17:46:57 > Usage: go32 coff-image [args] > Rename this to go32.exe only if you need a go32 that can run v2 binaries > as > well as v1 binaries (old makefiles). Put ahead of the old go32 in your > PATH > but do not delete your old go32 - leave it in the PATH after this one. > Set GO32_V2_DEBUG=y in the environment to get verbose output. > > DPMI memory available: 34856 Kb > DPMI swap space available: 30040 Kb > -------------------------------------------------- > > Is that normal? Yes. The sum of the two numbers is the amount of memory you can play with. > I suppose that DPMI is allocated 65536 Kb, but divided into SWAP and > active. Am I right? Yes.