You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.