<<< Segment Registers Revisited     Index     Segment Start, Limit, and Status >>>

3. Segment Registers in Protected Mode


  • Segment registers are called selectors when operating in protected mode.

  • In protected mode, segment registers simply point to data structures called segment descriptors that contain the information needed to access a physical memory location.

  • Every protected mode program must include a table of descriptors, which are 4-word data structures that defines the start and end of a segment.

  • A segment descriptor data structure:

      A segment descriptor


<<< Segment Registers Revisited     Index     Segment Start, Limit, and Status >>>