Penguin
Diff: CooperativeMultitasking
EditPageHistoryDiffInfoLikePages

Differences between version 2 and previous revision of CooperativeMultitasking.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, July 6, 2005 7:18:34 am by IanMcDonald Revert
Older page: version 1 Last edited on Wednesday, July 6, 2005 12:52:34 am by AristotlePagaltzis Revert
@@ -1,3 +1,5 @@
-In CooperativeMultitasking, a task can keep the [CPU] to itself as long as it wants. The [Kernel] can only switch tasks if the currently running task makes a system call. 
+In CooperativeMultitasking, a task can keep the [CPU] to itself as long as it wants. The [Kernel] can only switch tasks if the currently running task makes a system call or calls a yield function (which technically is a system call).  
+  
+Used by [DOS], [Windows] 3.11 and earlier and [MacOS] versions before [MacOSX]
  
 Contrast PreemptiveMultitasking.