From: "Charles Sandmann" Newsgroups: comp.os.msdos.djgpp Subject: Re: multithreading dpmi host Date: Fri, 25 Feb 2000 12:54:17 Organization: Aspen Technology, Inc. Lines: 9 Message-ID: <38b67b79.sandmann@clio.rice.edu> References: <951495714 DOT 21465 DOT 0 DOT pluto DOT d4ee0fa5 AT news DOT demon DOT nl> NNTP-Posting-Host: dcloan.aco.aspentech.com X-NewsEditor: ED-1.5.8 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Does anyone know a dpmi server that allowes multithreading. > It's just that when I hook the timer interrupt to change between > threads, my stackpointer is scrambled because the dpmi host > has a routine of its own that runs before my interrupt routine. Try one of the Ring 0 hosts - CWSDPR0 or PMODE. I believe they put your interrupt directly in the IDT - but I may remember incorrectly...