Penguin
Blame: PreemptiveMultitasking
EditPageHistoryDiffInfoLikePages
Annotated edit history of PreemptiveMultitasking version 2, including all changes. View license author blame.
Rev Author # Line
2 AristotlePagaltzis 1 When running multiple tasks, the [Kernel] switches tasks without their aid, ''preempting'' the running task. (Hence the name.) This is achieved by installing a handler for the timer interrupt which invokes the scheduler.
1 PerryLorier 2
2 AristotlePagaltzis 3 Contrast CooperativeMultitasking.