My question is 64-bit related.
I see everywhere that there is no SS register descriptor in the gdt, just CS and DS register descriptors.
The Intel manual, volume 1, chapter 3, page 14 (top), says :
Ok, so as a general rule, the cpu is smart enough to set the registers dynamically, except CS and DS.Unlike the CS register, the SS register can be loaded explicitly, which permits application programs to set
up multiple stacks and switch among them.
And there is no need for an explicit descriptor for those.
I just want to validate the knowledge, because otherwise i cannot learn
Thanks for this great learning place ,
Julien