www.fgks.org   »   [go: up one dir, main page]

Jump to content

Segment descriptor

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 91.52.191.23 (talk) at 08:18, 24 November 2011 (interwiki). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In memory addressing for Intel x86 computer architectures, segment descriptors are a part of the segmentation unit, used for translating a logical address to a linear address. Segment descriptors describe the memory segment referred to in the logical address.[1] The segment descriptor (8 bytes long in 80286) contains the following fields:[2]

  1. A segment base address
  2. The segment limit which specifies the segment limit
  3. Access rights byte containing the protection mechanism information
  4. Control bits

References

  1. ^ Bovet, D.P., & Cesati, M. (2000). Understanding the Linux Kernel (First Edition). O'Reilly & Associates, Inc.
  2. ^ Tabak, Daniel. Advanced Microprocessors. Mcgraw Hill Publishers. p. 149. {{cite book}}: Check |url= value (help)
  • Tabak, Daniel. Advanced Microprocessors. McGraw Hill and Co.
  • Hall, Douglas. Microprocessors and Interfacing. McGraw Hill Publications.

See also

Further reading

External Links