https://github.com/harr1424/operating-systems
A repository to contain code written as part of a course in operating system fundamentals
https://github.com/harr1424/operating-systems
bounded-buffer character-device-driver loadable-kernel-modules multi-threading process-forking system-calls
Last synced: 25 days ago
JSON representation
A repository to contain code written as part of a course in operating system fundamentals
- Host: GitHub
- URL: https://github.com/harr1424/operating-systems
- Owner: harr1424
- Created: 2023-05-25T23:33:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T15:47:23.000Z (about 1 year ago)
- Last Synced: 2024-07-07T17:10:28.563Z (about 1 year ago)
- Topics: bounded-buffer, character-device-driver, loadable-kernel-modules, multi-threading, process-forking, system-calls
- Language: C
- Homepage:
- Size: 346 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operating-Systems
A repository to contain code used in a course exploring operating system concepts at the University of Montana.This course uses the text [Operating System Concepts 10th Edition](https://www.os-book.com/OS10/) by Avi Silberschatz, Peter Baer Galvin, and Greg Gagne.