Memory segmentation: Difference between revisions

Content deleted Content added
corrected typo (speace -> space) ~~~
Capitalization, grammar
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. eachEach segment has a name and a length. theThe address specifyspecifies both the segment name and the offset within the segment. theThe user therefore specifies each address by 2 quantities[[parameters]]: a segment name and an offset.
 
== See also ==