Cooperative Multitasking: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Zesterer (talk | contribs)
mNo edit summary
Brendan (talk | contribs)
m Deleted a wrong sentence
Line 155:
Now, from your ''kernel_main()'' call ''doIt()''!
 
Congratulations! You've just implement kernel multitasking! If you want to call ''yield()'' from your IRQ #0 handler, you should modify ''switchTask()'' to work with interrupts and ''iret''.
 
(Note: Article on proper kernel multi-tasking coming soon)