Monorepo containing my implementations and solutions to all assignments in the course "Operating
Systems" at Tel Aviv University.
The repo contains both the code and unit tests for each assignment. You can find
the assignment requirements inside each assignment folder as a README file.
The assignments are intended to be run on a Debian VM and require the GCC compiler, but any Linux distribution should work.
Some assignments contain their own test suite. To run the tests, run the included script with the following command:
cd <assignment_number>
./test.shAlthough the assignments were already submitted, feel free to open a pull request if you find any errors or have any improvements.
Final Grade: 100 (on all assignments 🎉)
This project is distributed under the GPL-3.0 License. See the LICENSE file for more information.