https://github.com/zacyu/cs1550-introtoos-projects
Programming projects for CS 1550 (Introduction to Operating Systems), lectured by Dr. Misurda at the University of Pittsburgh.
https://github.com/zacyu/cs1550-introtoos-projects
Last synced: 11 months ago
JSON representation
Programming projects for CS 1550 (Introduction to Operating Systems), lectured by Dr. Misurda at the University of Pittsburgh.
- Host: GitHub
- URL: https://github.com/zacyu/cs1550-introtoos-projects
- Owner: zacyu
- License: mit
- Created: 2017-12-15T03:20:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T03:54:10.000Z (about 7 years ago)
- Last Synced: 2025-01-15T17:38:24.564Z (over 1 year ago)
- Language: C
- Size: 75.4 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OS-Projects
Programming projects for CS 1550 (Introduction to Operating Systems), lectured by Dr. Misurda at the University of Pittsburgh.
## Introduction
This directory contains the programming projects I completed for CS 1550 course in Fall 2017 at the University of Pittsburgh. There are four projects in total.
## Projects
### [Project 1: Double-Buffered Graphics Library](project1)

### [Project 2: Syscalls and IPC](project2)

### [Project 3: VM Simulator](project3)

### [Project 4: File Systems](project4)

## Disclaimer
If you are currently enrolled in CS 1550 at Pitt, please **DO NOT** use any code contained in this repository since it is likely a violation of course policies.