Date: Wed, 18 Aug 1999 16:53:06 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Ben Parnell cc: djgpp AT delorie DOT com Subject: Re: Timer interrupt In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 17 Aug 1999, Ben Parnell wrote: > Actually, I don't think it would cause too much of a problem with DOS, > since I have some code that will increase the tick counter at > 0x46c approximately 18.2 times second, even though the timer is programmed > to generate an interrupt other than 18.2 times a second. I'm not sure incrementing the timer counter is all there is to it. I think chaining to the previous handler is a prudent thing to do, and it also shouldn't do any trouble.