https://github.com/boehnen/cst352-operating-systems
Labs for CST352, Spring Term, OIT
https://github.com/boehnen/cst352-operating-systems
Last synced: 10 months ago
JSON representation
Labs for CST352, Spring Term, OIT
- Host: GitHub
- URL: https://github.com/boehnen/cst352-operating-systems
- Owner: boehnen
- Created: 2022-05-09T16:25:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-17T00:53:01.000Z (about 4 years ago)
- Last Synced: 2025-06-26T15:51:17.641Z (about 1 year ago)
- Language: C
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CST 352 Operating Systems
### This is a repository of my lab submissions for CST 352 at Oregon Tech
- Class: CST 352 Operating Systems
- Prof: Dr. Phil Howard
- Year: 2022
- Term: Spring
### Class Description
Issues in Operating Systems Design. Topics include: processes, threads and fibers, privilege modes, preemptive multitasking, process state machine, scheduling paradigms, system calls/ traps, shared resources and synchronization primitives, memory management schemes/virtual memory, deadlock detection, handling, and avoidance, I/O management.