Message-Id: <199812171120.GAA05866@delorie.com> From: "Robert Darmochwal" To: "Eli Zaretskii" Cc: "djgpp listserv" Subject: Re: how to switch tasks ? Date: Thu, 17 Dec 1998 12:19:28 +0100 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com and if i wanted to do that manual ? like messing with crX,task regs, and so on ?. ---------- > From: Eli Zaretskii > To: Robert Darmochwal > Cc: djgpp listserv > Subject: Re: how to switch tasks ? > Date: Thursday, December 17, 1998 12:13 PM > > > On Thu, 17 Dec 1998, Robert Darmochwal wrote: > > > any chance of success to enable task switching > > under go32/djgpp ? > > It might be possible, but it's very tricky. The DPMI spec explicitly > forbids task switching inside a real-mode interrupt handler (such as a > timer tick handler). So AFAIK this is impossible without relying on > specific internal details of a certain DPMI server.