CS4513 (B96) Projects


I'm writing these pages because I found CS4513 to be a somewhat good course, so I thought a small page devoted to the projects of the course would be in order.


Project Desscriptions

  1. Use a bitmap/linked-list to keep track of free blocks (Solution Code)
  2. Design a Filesystem (Solution Code) (The Ziggy FS Homepage)
  3. Extend the filesystem to be distributed FS (Solution Code)