Simulation File System Project
For my operatings system course, I had to write a simulation of the old style unix filesystem; the goal was to learn some of how a filesystem works internally and how it maps your filenames to locations on the disk. It was finally a project that I could do in C and not C++! I've since cleaned up a bit of the code; the Makefile seems like it has been lost to the ages though. All told, this thing weighs in at 1108 lines including comments. Not a bad project. Code contributed by both myself and jerm.