operating-systems icon indicating copy to clipboard operation
operating-systems copied to clipboard

Teaching resources (OER) for Operating Systems

Results 46 operating-systems issues
Sort by recently updated
recently updated
newest added

Watch course recordings and add diagrams and demos that are not already in.

area/content
kind/new
kind/improve

Currently, slides for the Data chapter are part of a single [`slides.mdpp` file](https://github.com/open-education-hub/operating-systems/blob/master/content/chapters/data/lecture/slides.mdpp). This is inconsistent with the rest of the chapters that use `slides.mdpp` as an index that includes...

area/content
kind/improve
topic/data

File interface and socket interface diagrams present the system components horizontally [1]. It is more intuitive to present components vertically, as they appear in the Software Stack (Application > OS...

area/content
kind/improve
topic/io

The [OS Cloud section](https://open-education-hub.github.io/operating-systems/Lab/Application-Interaction/SO%20Cloud/content/so-cloud) has given students trouble regarding nested virtualisation. The [Prerequisites subsection](https://open-education-hub.github.io/operating-systems/Lab/Application-Interaction/SO%20Cloud/content/so-cloud#prerequisites) only provides details for VirtualBox users on Linux. It should be updated with the following: -...

area/content
kind/improve
kind/fix
topic/app-interact

The I/O chapter presents many communication channels (pipes -- named and anonymous --, sockets -- UNIX and network --, shared memory etc.), but makes no parallel between them. Some images...

student-contrib
area/content
kind/improve
topic/io

Building [the website](https://open-education-hub.github.io/operating-systems/) locally is tedious, takes a very long time, and 20GB+ of disk space. This makes it difficult to test changes to the documentation. The solution is to...

area/infra
kind/new

Right now we don't have any issue templates and this leads to the fact that people create issues without all the details and without any labels. It would be nice...

student-contrib
area/infra
kind/improve

Right now we don't have any PR templates and this leads to the fact that people create PR without a proper description. It would be nice to have some templates...

student-contrib
area/infra
kind/improve

[Intro] page is empty. It doesn't contain the general information mentioned there. [Intro]: https://open-education-hub.github.io/operating-systems/

student-contrib
area/infra
kind/fix

There is currently plenty of duplicate code between `support/` and `solution/` directories for labs. The best approach is to only provide the `solution/` folder inside the repository. And the `support/`...

area/infra