information on interrupt thread convention
Adam Lackorzynski
adam at os.inf.tu-dresden.de
Thu May 5 19:54:53 CEST 2011
On Wed May 04, 2011 at 01:35:00 +0000, Jason Phillips wrote:
> I not if i suppose to have one, I assuming the l4 kernel take care
> of it for me since it is a interrupt, because interrupt thread is kernel
> property. should there be a IPC to the interrupt thread?
Yes. Your handler thread immediately exits. You need to have a loop in
there (or in the while in the main function, you do not necessarily need
a thread for your example).
Adam
--
Adam adam at os.inf.tu-dresden.de
Lackorzynski http://os.inf.tu-dresden.de/~adam/
More information about the l4-hackers
mailing list