Content deleted Content added
Ham Pastrami (talk | contribs) m moved Segmentation (memory) to Memory segmentation over redirect: no reason to have title in disambig form |
Ham Pastrami (talk | contribs) cleanup lead |
||
Line 1:
{{Unreferenced|date=July 2007}}
In computing, '''
In addition to the set of permissions and length, a segment also has associated with it information indicating where the segment is located in memory. It may also have a flag indicating whether the segment is present in main memory or not; if the segment is not present in main memory, an exception is delivered, and the [[operating system]] will read the segment into memory from secondary storage. The information indicating where the segment is located in memory might be the address of the first ___location in the segment, or might be the address of a [[page table]] for the segment. In the first case, if a reference to a ___location within a segment is made, the offset within the segment will be added to address of the first ___location in the segment to give the address in memory of the referred-to item; in the second case, the offset of the segment is translated to a memory address using the page table.
|