Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 329 Bytes

File metadata and controls

9 lines (5 loc) · 329 Bytes

Assignment 3: Small File System

Usage

gcc sfs_test0.c sfs_api.c disk_emu.c -o t1; ./t1

Implementation

You can find in the sfs_api.c file the code used to implement the Small File System. You will see sections blocked off by file width comments as a way of seperating the file and a means of keeping it organized.