Date: Tue, 2 May 2000 13:14:57 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Gautier cc: djgpp AT delorie DOT com Subject: Re: 3rd Try: Maybe an asm problem? (Problems linking) In-Reply-To: <390DA810.EC01A2E7@maths.unine.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 1 May 2000, Gautier wrote: > > Okay, why not to freeze up DOS programs, due to task switch (it's > > possible to know when a task switch occurs)? > > Maybe there is another "Freeze me" Int2F that provides it ? That would be `sleep' in the library: it repeatedly calls __dpmi_yield for as long as you tell it.