From: "Charles Sandmann" Newsgroups: comp.os.msdos.djgpp Subject: Re: Announce: CWSDPMI r5 public beta Date: Mon, 23 Oct 2000 11:18:54 Organization: Aspen Technology, Inc. Lines: 9 Message-ID: <39f41e9e.sandmann@clio.rice.edu> References: <8t1i2c$30hu$1 AT news DOT itfs DOT nsk DOT su> NNTP-Posting-Host: dcloan.hou.aspentech.com X-Trace: selma.aspentech.com 972318346 4675 10.32.115.107 (23 Oct 2000 16:25:46 GMT) X-Complaints-To: postmaster AT aspentech DOT com NNTP-Posting-Date: 23 Oct 2000 16:25:46 GMT 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 > Why not just add parameter "reserved DOS memory", then if (for example) > 240 of 640 is taken by DOS/TSRs and "reserved DOS memory" == 100 KB > CWSDPMI would allow to work with 250-300 MB instead of this hardcoded 128. > It would be a more flexible variant for nested programs too. There is already such a parameter which is defined when using DOS memory as DPMI memory. It's currently set for about 64Kb. Eventually I may just support that value with pagetables, too. But for now I want to make minimum changes and get it released.