Memory segmentation: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Date/fix the maintenance tags or gen fixes
No edit summary
Line 7:
For details of [[x86]]'s implementation of segmentation in both 16-bit and 32-bit mode, please see the article on [[memory segment]]s.
 
Segmentation is a memory-management scheme that supports this user view of memory. A logical address space is actually a collection of segments. Each segment has a name and a length. The address specifies both the segment name and the offset within the segment. The user therefore specifies each address by 2 [[parameter]]s: a segment name and an offset.
 
== See also ==