Date: Thu, 17 Dec 1998 13:34:33 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Robert Darmochwal cc: djgpp listserv Subject: Re: how to switch tasks ? In-Reply-To: <199812171123.NAA02521@is.elta.co.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 17 Dec 1998, Robert Darmochwal wrote: > and if i wanted to do that manual ? > like messing with crX,task regs, and so on ?. Many DPMI servers won't let you do this, since some of the instructions involved in this are priviledged (i.e., they cause a GPF). So any such messing must be specific to some DPMI server, and will probably not work with others. Alternatively, you could hack CWSDPMI, since its sources are freely available.