Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grindelfp/os-notebook
Tasks on the subject of operating systems in the UNI.
https://github.com/grindelfp/os-notebook
c17 cpp17 operation-system uni-course
Last synced: about 1 month ago
JSON representation
Tasks on the subject of operating systems in the UNI.
- Host: GitHub
- URL: https://github.com/grindelfp/os-notebook
- Owner: GrindelfP
- License: mit
- Created: 2023-09-13T10:18:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T09:12:56.000Z (about 1 year ago)
- Last Synced: 2023-12-06T10:56:58.593Z (about 1 year ago)
- Topics: c17, cpp17, operation-system, uni-course
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
== Operational Systems Notebook ==
=== Description ===
This is a project containing notes from university classes about operational systems. It is mostly scratches and standalone code snippets, which is dedicated to study several concepts about operational systems.Each task has its own main() function so every task would have its own executable file.
The naming of files is inconsistent because the tasks in the course was not always of the same kind.
One great part of the task is a development of a shell, which in my case is called https://github.com/GrindelfP/gshell-light[GShellLight] and stored in its own repository.
The description of each task is provided in link:task-list.adoc[task list].