X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: running ring0 code under DJGPP Date: Fri, 31 Aug 2007 14:21:25 -0700 Organization: http://groups.google.com Lines: 9 Message-ID: <1188595285.964939.209070@d55g2000hsg.googlegroups.com> References: <200708300412 DOT l7U4CdBI021314 AT delorie DOT com> NNTP-Posting-Host: 89.176.103.156 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1188595286 25482 127.0.0.1 (31 Aug 2007 21:21:26 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 31 Aug 2007 21:21:26 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: d55g2000hsg.googlegroups.com; posting-host=89.176.103.156; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 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 Well, and are there other possibilities? I don't want to be fixed on special version of DPMI server. Is it possible to setup a callgate to call ring0 code? I managed to do this under windows9x and mingw32 compiler but it didn't worked in DJGPP. I can access LDT and even allocate LDT descriptor rot the gate but calling caused GPF. Can it be done this way?