This repository is for CSE321 Projects which started from Spring'25
Project 1
In project 1 you need to implement a UNIX shell using C. Your shell will be able to run basic linux commands, I/O redirections and handle errors.
Project 2
In project 2 you've to design and implement a file system consistency checker, vsfsck, for a custom virtual file system (VSFS).