Re: Who uses tasks?
- Posted by useless Sep 10, 2009
- 1144 views
The way Matt just described it, it smells like how i did the C64's multitasking. The memory in the C64 was not lockable, even tho with care no pointers would point into the other tasks, their zeropage, or the stored register area. Can you solve this problem simply by telling the OS to software or hardware lock the memory space for each task individually?
useless