Mail Archives: djgpp/1997/11/03/01:27:41
On Sun, 2 Nov 1997, Eli Zaretskii wrote:
>
> On Sat, 1 Nov 1997, Gurunandan R. Bhat wrote:
>
> > Yes. I will do that and report back. Though from the top of my head I
> > cannot guess how to detect the *lost* ticks without installing another
> > int 0x8 handler....
>
> If you chain, compare to the BIOS clock tick count. If you don't chain,
> get the system clock and multiply seconds by 18.2.
>
Did that. If I install only a PM handler it gets called at *every* tick.
If I install a PM (first) as well as an RM (later) handler, only the RM
handler seems to be called, **even if I spend substantial amount of time
in PM**.
- Raw text -