X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp,comp.os.msdos.programmer Subject: Re: resident service providers Date: Fri, 21 Feb 2014 08:17:50 +0000 (UTC) Organization: Aioe.org NNTP Server Lines: 13 Message-ID: References: NNTP-Posting-Host: ftvAZcRvOze4hbePWaim7g.user.speranza.aioe.org X-Complaints-To: abuse AT aioe DOT org User-Agent: tin/1.4.7-20030322 ("Suggestions") (UNIX) (SunOS/5.9 (sun4u)) X-Notice: Filtered by postfilter v. 0.8.2 Bytes: 1212 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In comp.os.msdos.djgpp Rod Pemberton wrote: > What I really need to know is how to code a resident service provider > (DPMI enabled TSR) for a DPMI 0.9 host which doesn't support the two > DPMI TSR calls (0c00h, 0c01h) that DPMI 1.0 supports. This isn't exactly what you want, but it should do that quickly and easily: Take the source code from CWSDPMI and remove support for those two TSR calls and recompile... -- MartinS