An open API service indexing awesome lists of open source software.

https://github.com/andreafioraldi/simplefs

a simple filesystem implemented in user space - project for the operating system course (2017/18)
https://github.com/andreafioraldi/simplefs

Last synced: about 1 year ago
JSON representation

a simple filesystem implemented in user space - project for the operating system course (2017/18)

Awesome Lists containing this project

README

          

# SimpleFS
A simple filesystem implemented in user space.

Project for the operating system course (2017/18) at Sapienza University of Rome.

## How to build

```bash
$ make
$ make tests
```

## Authors

+ [Andrea Fioraldi](https://github.com/andreafioraldi)
+ [Riccardo Grassi](https://github.com/windowshastalavista)