64bit TSS
Re:64bit TSS
You need to put cr3 and esp so that the cpu can find the ring0 page directory and stack when jumping to ring0.
It works just like software multitasking in protected mode.
It works just like software multitasking in protected mode.
Re:64bit TSS
All what you need in 64-bit TSS is :
1. ESP0 - (esp for ring 0)
2. SS0 - (ss for ring 0)
Proper set of this values is needed to normal Long mode operation.
1. ESP0 - (esp for ring 0)
2. SS0 - (ss for ring 0)
Proper set of this values is needed to normal Long mode operation.