Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.
/ API-RAMFS Public archive

In-memory file system implementation for University project (Algorithms and Data Structures)

Notifications You must be signed in to change notification settings

depau/API-RAMFS

Repository files navigation

Progetto Algoritmi e Principi dell'Informatica (AA 2016/17)

Implementazione in C di un filesystem in RAM.

Specifiche.

Come compilarlo

Con cmake

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

Come file singolo

./build_singlefile.sh

Per generare il file singolo è necessario c2singlefile.

About

In-memory file system implementation for University project (Algorithms and Data Structures)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages