Page 1 of 1

Multitasking how-to

Posted: Sat Jul 12, 2003 11:37 am
by distantvoices
Have finished a tutorial about multitasking/stack based task switching.
you can find it here:
multitasking howto

I hope it is of use for those who struggle with stack based task switching as well as with some questions about how to do multitasking. Anyways, my text does not cover the handling of linked lists and so forth. I assume you know about basic data structures in c.

stay safe.

Re:Multitasking how-to

Posted: Sun Jul 13, 2003 2:02 am
by Pype.Clicker
looks fine, though i hadn't the time to read it thoroughly ... however, you should not mix english text and german variable names, because it makes the paper a bit confusing for those that do not properly understand german.

Re:Multitasking how-to

Posted: Sun Jul 13, 2003 4:46 am
by distantvoices
have done some changes to it in respect to your comment about german variable names. Now it should be better lisible for NON-german-speakers.

It's a bit difficult for me ... the code snipped are from my very own os, so they are tested and run fine. But as I am used to using german variable names for not to confuse them with english c-keywords, java keywords or cobol keywords, I sometimes forget about them... sorry for that.