Date: Thu, 19 Sep 2002 13:52:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Sisco, Michael" cc: "Djgpp (E-mail)" Subject: Re: Fw: uclock() within an interrupt handler In-Reply-To: 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 Fri, 13 Sep 2002, Sisco, Michael wrote: > Has anyone ever tried calling uclock() from inside an interrupt handler? As you will see from the sources, uclock issues an Int 2Fh call, which might not be a good idea in an interrupt handler. I'd suggest to take that call out of the code and see if that helps.