Introduction to Segmentation

This lesson puts forth the issue that arises​ from how we have been using memory so far.

We'll cover the following...

So far we have been putting the entire address space of each process in memory. With the base and bounds registers, the OS can easily relocate processes to different parts of physical memory. ...