Finding the interrupt vector of a given IRQ
richard -rw- weinberger
richard.weinberger at gmail.com
Mon May 28 05:53:58 EDT 2012
On Mon, May 28, 2012 at 12:09 AM, Mark Farnell <mark.farnell at gmail.com> wrote:
> This is for an assignment, where the student needs to write an
> interrupt handler.
>
> Since the OS is run on a virtual machine, I need to find a way to
> trigger the IRQ to let the students' interrupt handler to handle the
> interrupt.
What a stupid assignment!
Assignments like this make only sense if you have real hardware...
Anyway, create a timer (e.g struct timer_list) which calls your ISR.
That's how people test their ISRs.
--
Thanks,
//richard
More information about the Kernelnewbies
mailing list