TSS

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
jarek

TSS

Post by jarek »

I have table of task structures which contain TSSes. Do I have to declare TSS for scheduler in this table or somewhere else ? Can somebody tell me how to it ?
Thank you in advance.
TheUbu

RE:TSS

Post by TheUbu »

No your scheduler will most likely be run off of an interrupt however you need a tss for each task or you can use one tss and switch it between tasks by changing its address. I has a little write up on it somewhere I will find it and send it over to you.


-Christopher
jarek

RE:TSS

Post by jarek »

carbonBased

RE:TSS

Post by carbonBased »

I'd be interested in reading about that, as well.  I wonder if you might send that to me, as well, at "jweeks at mailandnews dot com"

In particular, how do you ensure integrity of the link field in the TSS?

Thanks,
Jeff
Post Reply