https://github.com/isaychris/cs433
CSUSM: Operating Systems
https://github.com/isaychris/cs433
cpu-scheduling cs433 csusm operating-systems os page-replacement priority-queue producer-consumer shell
Last synced: 8 months ago
JSON representation
CSUSM: Operating Systems
- Host: GitHub
- URL: https://github.com/isaychris/cs433
- Owner: isaychris
- Created: 2017-04-03T09:26:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T04:40:54.000Z (about 8 years ago)
- Last Synced: 2024-11-09T13:40:39.726Z (11 months ago)
- Topics: cpu-scheduling, cs433, csusm, operating-systems, os, page-replacement, priority-queue, producer-consumer, shell
- Language: C++
- Size: 1.07 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS433
CSUSM: Operating Systems
Spring 2017 - Dr. Xiaoyu ZhangOperating system design and implementation, process coordination and
scheduling, deadlocks, interface devices, memory and device management,
networks and security, distributed and real-time systems.Lab 1 - Priority Queue of Processes
Lab 2 - Unix Shell and History Feature
Lab 3 - CPU Scheduling
Lab 4 - Multi-threaded Programing for the Producer-Consumer Problem
Lab 5 - Simulation of Page Replacement Algorithms