a segment selector is a index in gdt or offset in bytes from gdt base address?

John Smith horserivers@gmail.com
Wed Sep 26 14:05:00 GMT 2012


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!



More information about the Gdb mailing list