> > Is the current JOS version able to handle Interrupts?
> > I tried to catch the timer-interrupt (8), but it didn't work.
> > ....int008.wait(); waits endless.

        The timer interrupts aren't implemented; I believe I've mentioned
this before and suggested we just scrap it and move on to JavaOS's APIs.
As for int008 in particular, I've trapped it out in
common/decaf/scheduler.cc because (being the clock) it generated enough
interrupts to get in the way of debugging the keyboard.  The fix should be
pretty evident.  (basically remove line 148)

-_Quinn



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

Reply via email to