check_cs(0x2b): not a valid code segment (0x2b is a TSS)
Posted: Sat Dec 26, 2020 9:14 am
Why can't the interrupt handler iret with this? I thought you can far jump into TSSs.
The Place to Start for Operating System Developers
http://f.osdev.org/
Having a TSS in ring 3 seems a bit strange. I think you would normally have TSSes in kernel with ring = 0 as the privilege level (RPL field of selector). Also, what DPL does the TSS have?clementttttttttt wrote:Why can't the interrupt handler iret with this? I thought you can far jump into TSSs.