https://github.com/louiscb/operating-systems
Collection of programs and resources related to Unix based OS
https://github.com/louiscb/operating-systems
c operating-systems
Last synced: over 1 year ago
JSON representation
Collection of programs and resources related to Unix based OS
- Host: GitHub
- URL: https://github.com/louiscb/operating-systems
- Owner: louiscb
- Created: 2018-11-19T13:16:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T21:15:11.000Z (about 7 years ago)
- Last Synced: 2025-01-28T14:47:56.379Z (over 1 year ago)
- Topics: c, operating-systems
- Language: C
- Homepage:
- Size: 396 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operating Systems
This repository represents a series of projects and reports created by myself to facilitate my learning and understanding of operating systems.
The content of this repository is focused on UNIX based operating systems, and all of the code was developed using Ubuntu.
My primary learning resources were:
- [Operating Systems: Three Easy Pieces](http://pages.cs.wisc.edu/~remzi/OSTEP/)
- [KTH course ID1206](https://www.kth.se/student/kurser/kurs/ID1206?l=en)