Penguin
Blame: PreemptiveMultitasking
EditPageHistoryDiffInfoLikePages
Annotated edit history of PreemptiveMultitasking version 2 showing authors affecting page license. View with all changes included.
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.