An open API service indexing awesome lists of open source software.

https://github.com/amirreza81/operating-system-cs162

Operating System - Practical Solutions - Fall 2023 - Sharif University of Technology
https://github.com/amirreza81/operating-system-cs162

Last synced: about 5 hours ago
JSON representation

Operating System - Practical Solutions - Fall 2023 - Sharif University of Technology

Awesome Lists containing this project

README

          

# Operating-System - CS162-Homework 🖥️🐧
**Operating System - Practical Solutions - Fall 2023 - Sharif University of Technology (CE-424)**

This was a course homework taught at Sharif University OS class in fall 2023, based on *Berkley's CS162*.

You can see the documents related to these homeworks in this [link](https://inst.eecs.berkeley.edu/~cs162/fa22/).

* **HW1**: *Simple shell implementation*
* **HW2**: *Simple http server and proxy implementation*
* **HW3**: *Pipelined matrix multiplication*
* **HW4**: *Some memory functions including malloc, free and realloc implementation*