ZePaiva / sofs18

Operating Systems Project 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operating Systems Project 1 - EXT2-Like Filesystem

Information

All the work is located in src/work_src and is divided in 4 sections (deliverables):

Deliverables:

Testing & Execution

There are testing scripts available in bin, be sure to make the shell scripts executable by executing the following command

$ find . -name "*.sh" -exec chmod +x {}

About

Operating Systems Project 1


Languages

Language:C++ 80.8%Language:Shell 16.5%Language:CMake 1.9%Language:C 0.7%