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)
- Host: GitHub
- URL: https://github.com/andreafioraldi/simplefs
- Owner: andreafioraldi
- Created: 2018-02-11T18:34:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T08:55:49.000Z (almost 8 years ago)
- Last Synced: 2025-01-30T13:26:19.944Z (over 1 year ago)
- Language: C
- Size: 235 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)