hi, as a instruction here: ljmp *address , the address gives a segment selector which is used to address the segment descriptor, if the selector is x , the descriptor is gdt+x or *(&gdt+x) ? thanks!