IRQ and timer problem
Posted: Thu Aug 18, 2016 12:50 am
Hello Everyone ,
This problem seems to be very common and many forums were related to this topic but no answer could solve my problem .
I was following the James Molloy tutorial . Everything was smooth untill i reached the irq and pit tutorial .
The problem with me is that the irq handler as well as the timer handler are not called .
I manually called the interrupt using __asm__ __volatile__("int $0x32") and the handler worked but this handler as according to the tutorial should be called automatically but it is not in my case.
Tutorial Link : http://johnvidler.co.uk/mirror/jamesm-k ... rial_html/
It's been a week i have been searching the web for solutions but i could not find any .
And just for information i have also setup a keyboard driver and it is working , but the timer is not.
I will really appreciate if anyone could find me a way out .
Thanks in Advance.
This problem seems to be very common and many forums were related to this topic but no answer could solve my problem .
I was following the James Molloy tutorial . Everything was smooth untill i reached the irq and pit tutorial .
The problem with me is that the irq handler as well as the timer handler are not called .
I manually called the interrupt using __asm__ __volatile__("int $0x32") and the handler worked but this handler as according to the tutorial should be called automatically but it is not in my case.
Tutorial Link : http://johnvidler.co.uk/mirror/jamesm-k ... rial_html/
It's been a week i have been searching the web for solutions but i could not find any .
And just for information i have also setup a keyboard driver and it is working , but the timer is not.
I will really appreciate if anyone could find me a way out .
Thanks in Advance.