A more direct question about STACKS!

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
chatamballi

A more direct question about STACKS!

Post by chatamballi »

In my code so far, I have a 4 TSSs(including the
null TSS). One TSS points to a code selector that
points to the timer interrupt handler(the
scheduler). Two TSSs point to two pieces of code -
one make A blink on the top left of the screen
and the other makes B blink!

Right now everything is in PL=0...
I want to make the two tasks(printing A and B) to
be in PL=3. So will there be just one stack at PL
=0 or will there be 3? ofcourse, I get it that
there will be 2 stacks at PL=3(right?)

regards,
chatamballi
Post Reply