From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <9910241836.AA20818@clio.rice.edu> Subject: Re: Read Me Third: A Short FAQ List (fwd) To: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) Date: Sun, 24 Oct 1999 13:36:06 -0600 (CDT) Cc: lauras AT softhome DOT net, djgpp-workers AT delorie DOT com, dj AT delorie DOT com In-Reply-To: from "Eli Zaretskii" at Oct 24, 99 09:23:43 am X-Mailer: ELM [version 2.4 PL20] Content-Type: text Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > The error messages said "Error: could not allocate page table memory", > and they seem to come from cwsdpmi. I assume that's because unzip32 has > PMODE/DJ bound into it. > > Charles, you once wrote that this can be handled with CWSPARAM. I tried > that, but came to a conclusion I didn't know what exactly to change, and > how. Could you elaborate? Thanks. I'm confused as to why PMODE/DJ should cause this message - the only time I've seen this message was with DOS applications which allocate all DOS memory then ask for DPMI services (non-DJGPP ones). In any case, if you use CWSPARAM to set the run options flag to 2 - and if the program is large you would need to set the number of page tables to 1 or more (also in CWSPARAM).