Science Fair Project Encyclopedia
Segmentation (memory)
Segmentation is one of the most common ways to achieve memory protection; another common one is paging. Segmentation means that a part, or parts, of the memory is/are sealed off from the process currently running by two hardware registers. If the data that is about to be read, or written to, is outside the permitted address space of that process, a general protection fault will fire. This should not be confused with the x86-processors realmode segmentation.
See also
Last updated: 08-02-2005 18:50:58
12-03-2008 10:22:39
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


