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
- Host: GitHub
- URL: https://github.com/amirreza81/operating-system-cs162
- Owner: Amirreza81
- Created: 2023-12-05T07:47:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T09:03:46.000Z (about 1 year ago)
- Last Synced: 2025-10-08T22:16:33.384Z (about 5 hours ago)
- Language: C
- Size: 2.76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*