Skip to content
Lucretia edited this page Dec 5, 2012 · 3 revisions

Scheduling

The scheduling code should be developed as separates so that new implementations can be added and experimented with. We should provide a couple of implementations which can be swapped when building.

We will have an implementation of pre-emptive multitasking, do we need a Yield syscall?

Schedule;  --  Call the scheduler and arrange for another process/thread to execute.

Clone this wiki locally