CS 423: Operating Systems Designs
Machine Problem 4 (MP4)
The purpose of this MP is to help the students:
  • Understand the functioning of the most simple memory allocation subsystem provided by Linux - SLOB (Simple List Of Blocks)
  • Modify the currently implemented First-Fit in SLOB to a better scheme of Best-Fit.

Files
mp4.pdf