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

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.

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)
![Demo 1](project1/demo.gif)
### [Project 2: Syscalls and IPC](project2)
![Demo 2](project2/demo.gif)
### [Project 3: VM Simulator](project3)
![Demo 3](project3/demo.gif)
### [Project 4: File Systems](project4)
![Demo 4](project4/demo.gif)

## 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.