In this project, you will build a Unix-like file system on our ThreadOS. User thread programs will be now relieved from painful direct access to disk blocks and given a vision of stream-oriented files ...
Systems calls related to the file system and their relation to other algorithms is given in the diagram below: ![File system calls and relation to other algorithms ...