From: "Charles Sandmann" Newsgroups: comp.os.msdos.djgpp Subject: Re: DPMI-Alloc with 192MB RAM - how ? Date: Mon, 26 Jul 1999 16:59:11 Organization: Aspen Technology, Inc. Lines: 10 Message-ID: <379c93df.sandmann@clio.rice.edu> References: NNTP-Posting-Host: spica.aco.aspentech.com X-NewsEditor: ED-1.5.8 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Charles, couldn't the program either (1) suggest a default supported > size based on knowing how much DOS memory there is, or (2) simply be > recompilable with options for different large memory configurations? CWSDPMI tries to do 1) right now - but it's hard to anticipate if the first program you run is going to want to use a whole bunch of DPMI memory or spawn off a tree 6 deep of children. You can use CWSPARAM to set any of the options (2) - but I agree it should be easier to use.