Page 1 of 1

interval timer question

Posted: Wed Feb 04, 2004 12:00 am
by pkd
Hi all,

im having trouble finding info on how to setup the interval timer and handle the interrupts, I was wondering if anyone can point me to either good docs or source. (c or asm)
Have some but cant figure it out from them.

another question for later on

Counters 0 & 1 are for systemtime & dma refresh, are these two timers directly linked to the hardware or do i need a handler for them,


note: i am in pmode with own idt so the bios handlers are not in use

thanks pkd.

RE:interval timer question

Posted: Thu Feb 05, 2004 12:00 am
by pkd
found a good doc ftp://ftp.coast.net/SimTel/msdos/info/pctim003.zip.

and it was most helpful, have my wait timer running and working on my ten ms clock interupt.

bye pkd