https://github.com/boostvolt/zhaw-operating-systems
https://github.com/boostvolt/zhaw-operating-systems
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boostvolt/zhaw-operating-systems
- Owner: boostvolt
- Created: 2025-05-28T11:42:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-28T11:55:10.000Z (11 months ago)
- Last Synced: 2025-05-28T12:39:28.569Z (11 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operating Systems
## Labs
- [1 Linux Primer](1%20Linux%20Primer.md)
- [2 Booting an OS](2%20Booting%20an%20OS.md)
- [3 Processes and Threads](3%20Processes%20and%20Threads.md)
- [4 Scheduling](4%20Scheduling.md)
- [5 Resource Control](5%20Resource%20Control.md)
- [6 Memory](6%20Memory.md)
- [7 Input Output](7%20Input%20Output.md)
- [8 File Systems](8%20File%20Systems.md)
## Agent-Solved Labs: How It Works
These labs have been solved by an automated agent designed for technical accuracy and reproducibility:
- The agent reads each lab's instructions and executes all required shell commands directly on the provided SSH server (`ssh ubuntu@160.85.31.224`).
- Every command output and system behavior is captured from the real server—no outputs are fabricated or assumed.
- The agent documents each step by appending real outputs and concise technical explanations after each lab task, clearly marked for exam preparation.
- All lab markdown files preserve the original instructions, with agent findings and outputs added as clearly marked sections.
- New labs are automatically linked in this README for easy navigation.
This approach ensures that all solutions are authentic, technically sound, and ready for exam review.