From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: newbie question about RAM, DPMI's, and the FAQs Date: Sun, 7 Nov 1999 17:25:33 +0200 Organization: NetVision Israel Lines: 28 Message-ID: References: <38233649 DOT 41A4B696 AT spammersdie DOT muohio DOT edu> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 941988248 8614 199.203.121.2 (7 Nov 1999 15:24:08 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 7 Nov 1999 15:24:08 GMT X-Sender: eliz AT is In-Reply-To: <38233649.41A4B696@spammersdie.muohio.edu> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 5 Nov 1999, robin wrote: > I do the go32-v2, it only shows around 4Mb available. This means your DOS box properties are not set correctly. > I read the FAQ > (Sections 3.9 - 3.10 of the most recent FAQ on the djgpp web site) and > seemed to have found a contradiction. First of all I don't understand > all of the discussion on memory managers but in Sec 3.8d there is a > pitch to use a memory manager such as EMM386 or QEMM. However, in the > next section 3.10 ("How to get the most RAM for djgpp programs") it > states "Do *not* install any memory mangers: most of them will limit > the amount of accessible memory to 64Mb (EMM386 usually liimits it to > 32MB ....)". There's no contradiction. The advice to not use memory managers is for those who have more than 64MB of memory physically installed and want to use all that memory. If you have 64MB or less, use a memory manager because it has some advantages (described in section 3.9, near its end). > I am running Windows 95 and plan to use the ms-dos prompt window. Section 15.6 explains how to set the DPMI memory amount available in the Windows 9X DOS box. If you have 128MB of RAM, just set it to "Auto", and you should have about 120MB available.