Re: base-linux IRQ session

2018-03-14 Thread Martin Stein
Hi Johannes, El 13/03/18 a las 13:36, Johannes Kliemann escribió: > Hi all, > > I'm currently implementing the IRQ session on base-linux. > If I understood the Foundations book correctly interrupts are waiting in > a separate thread that locks when it is waiting and continues (and calls > the han

Re: base-linux IRQ session

2018-03-14 Thread Johannes Kliemann
Hello Christian, thanks for that hint, it was the missing piece. I can now happily announce that Interrupts are working on Genode with base-linux! Regards, Johannes Am 13.03.2018 um 16:25 schrieb Christian Helmuth: > Hello Johannes, > > On Tue, Mar 13, 2018 at 01:36:09PM +0100, Johannes Klieman

Re: base-linux IRQ session

2018-03-13 Thread Christian Helmuth
Hello Johannes, On Tue, Mar 13, 2018 at 01:36:09PM +0100, Johannes Kliemann wrote: > I'm currently implementing the IRQ session on base-linux. > If I understood the Foundations book correctly interrupts are waiting in > a separate thread that locks when it is waiting and continues (and calls > the

base-linux IRQ session

2018-03-13 Thread Johannes Kliemann
Hi all, I'm currently implementing the IRQ session on base-linux. If I understood the Foundations book correctly interrupts are waiting in a separate thread that locks when it is waiting and continues (and calls the handler) once an interrupt is triggered. According to this I have implemented a k