Hi all

I just wanted to implement int8 and int14 for my fdc driver, and realised
that I have have to make for each interrupt a thread. Which means
Interrupt-driver=16 classes=16 threads.

Now JOS has
int000.wait()
int001.wait()
.....

I thought this would be a better soulution

int.wait()
int.getcaughtint()

I don't know if this would be difficult/possible to write.

Thomas Bocek


_______________________________________________
Kernel maillist  -  [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel

Reply via email to