X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: IOPL question Date: Fri, 11 Mar 2005 22:06:40 CST Organization: Rice University, Houston, TX Lines: 5 Message-ID: <42326ad0.sandmann@clio.rice.edu> References: NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1110600699 29862 128.42.105.3 (12 Mar 2005 04:11:39 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: Sat, 12 Mar 2005 04:11:39 +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 > I need to develop an MSDOS program that requires IOPL 0 to run. Is there > a way I can make an app to run in IOPL 0? Under Windows, no. Under DOS you can use either CWSDPR0.EXE or PMODETSR.EXE to provide CPL 0 (and IOPL 0) support.