Alright, finally found the time to update it. Any more errors/ommisions somebody has noticed?
Also, where do you guys say I should submit it? Osdever, ... ?
Multitasking Tutorial
Re:Multitasking Tutorial
minor details
you also have a typo in your description of stack based task switching, you did:
instead of
looking better though.
proxy
this is wrong, the decrement happens first.That means that when you do a push, it sets the DWORD pointed at by esp to the value you pushed, and then subtracts 4 from esp
you also have a typo in your description of stack based task switching, you did:
Code: Select all
>/li>
Code: Select all
</li>
proxy