Support for Sharing
In this lesson, you will learn how the operating system is able to support code sharing with a little help from the hardware.
We'll cover the following...
Code sharing
As support for segmentation grew, system designers soon realized that they could realize new types of efficiencies with a little more hardware support. Specifically, to save memory, sometimes it is useful to share certain memory segments between address spaces. In particular, code sharing ...