Lecture 8: Memory Management

14 October, 2011

This lecture is the first of a two-part series looking into memory management issues in OS.

Having a hardcopy of slides during lecture would be helpful. Be prepare to take notes during lecture.

Download Slides: PDF

Reading:

  • Sections 3.1 – 3.3, 3.5.4 – 3.5.6

Related Wikipedia entries are listed below. These are for students who are keen to go beyond what is covered in CS2106. Read the articles with a critical mind since Wikipedia is editable by anyone.

6 thoughts on “Lecture 8: Memory Management

  1. Hi, I refer to slide 26. As you have mentioned that every time when we need to do a swap, we will take the contiguous process and put it inside the physical memory and change the base. Don’t we need to change/ set the limit too?

Comments are closed.