Hi Todd
On Tue, 31 Aug 1999, Todd L. Miller wrote:
> > > 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)
I removed line 148, but was unable to catch int008, I found an endless
loop it to the removeThread routine int thread_list.cc:
while( this->current->next != stop )
where stop is F000EF6F and next is never stop
Thomas Bocek
_______________________________________________
Kernel maillist - [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel