https://github.com/frenzyexists/os-labs
Coursework of the Operating Systems course, fall 2023 at UPRM
https://github.com/frenzyexists/os-labs
coursework operating-system-learning
Last synced: over 1 year ago
JSON representation
Coursework of the Operating Systems course, fall 2023 at UPRM
- Host: GitHub
- URL: https://github.com/frenzyexists/os-labs
- Owner: FrenzyExists
- Created: 2023-01-25T13:40:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T05:50:54.000Z (over 2 years ago)
- Last Synced: 2025-01-03T19:16:17.123Z (over 1 year ago)
- Topics: coursework, operating-system-learning
- Language: C
- Homepage:
- Size: 10.6 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OS Labs
A collection of OS laboratories during the spring semester of 2023 UPRM. Some of these were done in the `MINIX` *micro-kernel* while others can be compilled in a normal `GNU/Linux` enviroment.
Best if you open this in Obsidian.md or vscode, I recommend Obsidian cuz this is just a mess of Markdown files with a few C files.
## Labs
- ### [Lab 1](./Lab1/Info/info.md)
- ### [Lab 2](./Lab2/Info/info.md)
- ### [Lab 3](./Lab3/Info/info.md)
- ### [Lab 4](./Lab4/Info/info.md)
- ### [Lab 5](./Lab5/Info/info.md)
- ### [Lab 6](./Lab6/Info/info.md)
- ### [Lab 7](./Lab7/Info/info.md)