Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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].