Skip to content

๐Ÿ—ƒ SimpleFS (Data Structures and Algorithm course project)

License

Notifications You must be signed in to change notification settings

nuclearforg/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

80 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

SimpleFS - a simple filesystem

Build Status

This is my proposed solution for the final assignment of the API (Algoritmi e Principi dell'Informatica) course.

Brief

The aim of the project is to implement a simple hierarchical file system stored uniquely in volatile memory. The program must be implemented in C99, using only the standard library (libc) and the base runtime.

The program that implements the file system will receive a journal of the actions from stdin and will print the result on stdout.

The project assignment PDF (in Italian) can be found here.

How to run

./build.sh
./build/src/project

License

This project is distributed under the terms of the Apache License v2.0. See file LICENSE for further reference.