|
|
|
|
|
|
|
|
|
|
|
|
n |
Segments are
shared when entries in the
|
|
|
segment tables
of 2 different processes
|
|
|
point to the
same physical locations
|
|
|
n |
Ex: the same
code of a text editor can be
|
|
|
shared by many
users
|
|
|
|
u |
Only one copy is
kept in main memory
|
|
|
n |
but each user
would still need to have its
|
|
own private
data segment
|
|