Hi!
My question is really simple: can i disable the PIT timer without disabling all the interrupts or masking IRQ 0?
I'm searching for a way how i can "reprogram" it and then it'll stop creating new interrupts on IRQ 0.
Disabling PIT
Re:Disabling PIT
Never hurts to search. http://www.mega-tokyo.com/forum/index.p ... 3#msg82883
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:Disabling PIT
you might program channel 0 of the PIT as one-shot rather than periodic interrupt. Yet i fail to see why you wouldn't like to mask IRQ0 ...