From: "Michael N. Filippov" Newsgroups: comp.os.msdos.djgpp Subject: Re: Memory amount and PMODE Date: 15 Oct 2000 09:02:49 GMT Lines: 20 Message-ID: <8sbrrp$15jh$1@news.itfs.nsk.su> References: <20001007141427 DOT 10046 DOT qmail AT idisys DOT iae DOT nsk DOT su> <7263-Sat07Oct2000203046+0300-eliz AT is DOT elta DOT co DOT il> <39e71d75 DOT sandmann AT clio DOT rice DOT edu> NNTP-Posting-Host: idisys.iae.nsk.su X-Trace: news.itfs.nsk.su 971600569 38513 193.124.169.11 (15 Oct 2000 09:02:49 GMT) X-Complaints-To: usenet AT news DOT itfs DOT nsk DOT su NNTP-Posting-Date: 15 Oct 2000 09:02:49 GMT User-Agent: tin/pre-1.4-19990517 ("Psychonaut") (UNIX) (Linux/2.4.0-test1 (i586)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Charles Sandmann wrote: >> It looks like PMODE indeed doesn't support more than 64MB. > I was able to take a look at PMODE's raw and XMS code, and > verified it does not support more than 64Mb total memory in > either case. I was able to upgrade the raw mode code > fairly easily (and was able to repeatedly access almost 1Gb > of memory under the updated PMODETSR code). I'll dump this > into the next alpha-test build. > The Extended XMS code is more of a mess because of the way > PMODE is coded. I will probably be able to fix this also > before the next release of PMODE. Why not to bury it (isnt it easy to support only one program :)? because of size ? If so wouldnt it be simpler just to have possibility to compile CWSDSTUB w/out page file support (closed with #defines).