X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.50.50.238 with SMTP id f14mr5470079igo.3.1392520424463; Sat, 15 Feb 2014 19:13:44 -0800 (PST) X-Received: by 10.140.25.242 with SMTP id 105mr342qgt.8.1392520424373; Sat, 15 Feb 2014 19:13:44 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Sat, 15 Feb 2014 19:13:44 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO NNTP-Posting-Host: 65.13.115.246 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <02698100-1f10-4b86-ac12-39765c9109c8@googlegroups.com> Subject: Re: resident PMODEDJ? From: rugxulo AT gmail DOT com Injection-Date: Sun, 16 Feb 2014 03:13:44 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1725 Lines: 13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, On Saturday, February 15, 2014 3:57:39 AM UTC-6, Rod Pemberton wrote: > > I wanted to try to use PMODEDJ instead of CWSDPMI, since > AIUI it doesn't have paging enabled. The CWSDPMI TSR can > be told to stay resident with the '-p' parameter. You mean paging or swapping? I'm no systems developer myself, so I don't really claim to understand it. I'm not sure you can disable paging in all circumstances (e.g. if EMM386 loaded). If you just want to disable swapping, try "-p -s-" or use CWSDPR0 instead. Or you could probably use something else (e.g. HDPMI32 -r).