The goal of this project is to implement a virtual hard drive disk.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Compile using the makefile : make
.
- all : Compile everything.
- clean : Clean previous compilation.
Start the disk : ./virtualDisk
.
- MANCIAUX Romain - Initial work - PamplemousseMR.
This project is licensed under the GNU Lesser General Public License v3.0 - see the LICENSE.md file for details.