Computer Science 432/563
Operating Systems
Spring 2016, The College of Saint Rose
Lecture 0x12: Memory Management Wrapup
Date: Monday, April 4, 2016
Agenda
- Announcements
- Lecture 0x11 assignment recap
- Lab 5: Working Set Simulation discussion and recap of working set model of frame allocation
- Segmentation
- like paging, but with variable-sized segments instead of
fixed-size frames
- allocate segments according to logical breakdown of memory
usage
- segment table requires base and offset
- external fragmentation can be a problem (as with the
contiguous allocation approach)
- Combinations of Segmentation and Paging
- Intel Pentium memory hardware
No New Lecture Assignment
The readings for next class are SG&G Chapters 9 and 10.
Links