|
User processes share main memory with one another. Thus, they must be prevented from reading /writing into other processes' address spaces. Reading/writing into another user's address space generates an interrupt. As we will see later, the OS provides mechanisms to allow processes to legally share memory segments to achieve a specific goal.
|
|