X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Ben Peddell User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP with DPMI under DOS - Part II References: <3f944c94 DOT sandmann AT clio DOT rice DOT edu> <8N6lb.684$947 DOT 530 AT nntpserver DOT swip DOT net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 23 Message-ID: Date: Tue, 21 Oct 2003 12:07:12 GMT NNTP-Posting-Host: 144.139.176.247 X-Complaints-To: abuse AT bigpond DOT net DOT au X-Trace: news-server.bigpond.net.au 1066738032 144.139.176.247 (Tue, 21 Oct 2003 22:07:12 EST) NNTP-Posting-Date: Tue, 21 Oct 2003 22:07:12 EST Organization: BigPond Internet Services To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Silvano Mantione wrote: > 5) for Charlies Sandman: I will try to use sbrk(), I use to disable swap > file I will turn it on again (what about performance?). Some question where > I will find cwsdpmi r6 and pmode/dj ? What about the unreal mode with djgpp > executable ? If I use sbrk() I will have performance lost? > Try re-enabling the Swap File for Paging. I'm pretty sure that this is what Sandmann was talking about. Sbrk() is used by Malloc(). Malloc() has a 2GB limit since the int size is a _signed_ integer. The only place I seem to be able to find CWSDPMI r6 is a Czech site: PMODE/DJ can be got from one of the mirrors listed at under v2misc/pmode13b.zip Obviously, DJGPP has been pulled from all of the SimtelNet mirrors, though some still retain the djgpp.README file.