Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages