Memory segmentation: Difference between revisions

Content deleted Content added
Capitalization, grammar
No edit summary
Line 5:
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 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 [[parametersparameter]]s: a segment name and an offset.
 
== See also ==