Now that I have a working multitasking stuf, I want to know what is the difference betwen a tss and task context ?
what i understand by reading some tutorials is that context is related to task stack, but I want to know what stack they mean, task ss:esp ? or ss0:esp0 ? .... or something else ?
A question about tss and task context
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:A question about tss and task context
The TSS is a structure described by Intel to store the task context. The 'task context' is a fuzzy concept that concerns "all that you'd like to remember about the task so that you can resume it transparently later ..."
Re:A question about tss and task context
so I have not to respect a defined structure to create a task context_t
thank you for help
thank you for help