Content deleted Content added
→History: link to IBM i |
Removed more-footnotes, as in January 2011, there were no citations and this was much shorter. |
||
Line 1:
{{about|segmented computer memory|segments in object code|Object file}}
'''Memory segmentation''' is an [[operating system]] [[memory management (operating systems)|memory management]] technique of division of a [[computer]]'s [[primary memory]] into '''segments''' or '''sections'''. In a [[Computer architecture|computer system]] using segmentation, a reference to a memory ___location includes a value that identifies a segment and an [[offset (computer science)|offset]] (memory ___location) within that segment. Segments or sections are also used in [[object file]]s of compiled programs when they are [[Linker (computing)|linked]] together into a [[program image]] and when the image is [[Loader (computing)|loaded]] into memory.
|