X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f In-Reply-To: <200708300412.l7U4CdBI021314@delorie.com> Subject: Re: running ring0 code under DJGPP To: djgpp AT delorie DOT com X-Mailer: Lotus Notes Release 7.0.2 September 26, 2006 Message-ID: From: Gordon DOT Schumacher AT seagate DOT com Date: Thu, 30 Aug 2007 09:10:56 -0600 X-MIMETrack: Serialize by Router on SV-GW1/Seagate Internet(Release 7.0.1 HF29|March 07, 2006) at 08/30/2007 08:11:00 AM MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Proofpoint-FWRule: outbound2 X-Proofpoint-Virus-Version: vendor=fsecure engine=4.65.5502:2.3.11,1.2.37,4.0.164 definitions=2007-08-30_08:2007-08-28,2007-08-30,2007-08-30 signatures=0 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 Glaux wrote on Wed, 29 Aug 2007 13:38:34 -0700: # Under win9x/mingw32 I use special trick to setup a callgate in GDT # for running my ring0 code and it works well, I tried to do something # similar under DJGPP but always got GPF :( Is there a way to hack ring0 # under DJGPP+EMM386+CWSDPMI? You might be able to use CWSDPR0, which will run the whole program in ring 0...