2008-05-07

Interrupt Controller is half finished

Interrupt Controller consists of two parts (same as every other service): main code and event code. Main code is responsible for handling interrupts and event code is responsible for forwarding new interrupts and handling messages.

Main code of Interrupt Controller is already finished. It does not yet send messages (this feature is temporarily disabled) as there is no Service Controller to handle them. The event code will be created just after Service Controller main code.

At this moment I am developing Scheduler main code for scheduling tasks.

No comments: