Mail Archives: djgpp/1996/07/26/05:47:39
On Tue, 23 Jul 1996, Alaric B. Williams wrote:
> Thing is, I'm not sure how many RTCs will still generate this int, and
> I've heard that some BIOSes use it internally; in other words, messing
> with it can interfere with low level BIOS things like power
> management!
>
> Any verification of that???
All BIOSes I know of use the RTC (for some time-related functions of Int
15h), but if you chain to the previous interrupt handler, you can do no
harm at all. The initialization code should check the frequency of the
RTC timer interrupt and arrange for chaining to the old handler with that
frequency.
- Raw text -