X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: How to remove warning: cwsdpmi.swp not found Date: Tue, 23 Aug 2005 21:34:13 CDT Organization: Rice University, Houston, TX Lines: 25 Message-ID: <430bdca5.sandmann@clio.rice.edu> References: <1124610566 DOT 745096 DOT 138470 AT g14g2000cwa DOT googlegroups DOT com> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1124852658 12972 128.42.105.3 (24 Aug 2005 03:04:18 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: Wed, 24 Aug 2005 03:04:18 +0000 (UTC) X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Using the r6 test release, 2GB of memory work without > paging if the hardware supports 4MB page tables." > Are you working on it ? I found a version 6 of > CWSDPMI, but not on DELORIE's, but a "RAYER"'s > page. It is identical to version 5 except the > file CWSDPMI.EXE is longer and different, but > has the same (C): There has never been an "official" release of r6, the first samples were just a few modified modules with a build from a copy of the r5 tree to users asking for very large memory support. I haven't stopped working on it, but I've been too busy to finish it. I do have systems with 4GB of physical memory to play with now, but the default DJGPP libc doesn't always work well with over 2GB of available memory (there are some internal assumptions about signed/unsigned), so you have to keep each allocation below 2GB in size and be careful with pointers over the 2GB mark. The current WIP is: http://clio.rice.edu/djgpp/csdpmi6t.zip