Skip to content

A mock file system implementing basic CRUD methods using C.

Notifications You must be signed in to change notification settings

mattcab2002/SmallFileSystem

Repository files navigation

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.

About

A mock file system implementing basic CRUD methods using C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published