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

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

Awesome Lists containing this project

README

          

# CS433
CSUSM: Operating Systems
Spring 2017 - Dr. Xiaoyu Zhang

Operating 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