2008-05-18

Service Controller half finished

The event part of the Service Controller is now finished. Of course, the possibility of bugs in it is still high, but at the moment it seems to be working fine.

When testing the event part of the Service Controller, I have tried to raise the keyboard interrupt and see what happens. This worked well:
1) Interrupt Controller has identified the interrupt and sent message to Scheduler to launch the code.
2) Service Controller, which is responsible for handling such messages, has caught the message and forwarded it to Scheduler.
3) Finally, Scheduler event code was launched.

I am now working on the main code part of Service Controller. It will Schedule sending messages from process to process. The main plan of it has already been developed.

These are my tasks for the nearest future:
1) Finish Service Controller
2) Create a test keyboard code
3) Create a test console output for displaying processes and their states

And this is just the beginning...

No comments: