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

See [Commits](/open-education-hub/operating-systems/pull/350/commits) and [Changes](/open-education-hub/operating-systems/pull/350/files) for more details. ----- Created by [ **pull[bot]**](https://github.com/wei/pull) _Can you help keep this open source service alive? **[💖 Please sponsor : )](https://prod.download/pull-pr-sponsor)**_

:arrow_heading_down: pull
merge-conflict

Many first time contributors (particularly students) run into checkpatch errors like this one [1] caused by authorship issues. They are easily fixed by setting the appropriate name and email both...

documentation
kind/improve

Since `cs-pub-ro/operating-systems` repository will be improved during the semester, we need a way to sync this repository with `cs-pub-ro/operating-systems`. We need to create a GH Action that periodically(once a week)...

kind/improve

The `Quiz` link on slide 6.3 from the `data` chapter is broken: it redirects to a missing page

The [workflow for deploying PR content](https://github.com/open-education-hub/operating-systems/blob/main/.github/workflows/pr-deployment.yml) only does so te first time the `needs-rendering` label is set. Subsequent pushes to the same branch do not trigger the workflow. This requires...

bug
area/infra

In IO Lab, Remote IO section [1] there is an inline Latex block that is not correctly rendered. This might be because Docusaurus uses KaTeX for math context [2] which...

Now you can push commits that fail `checkpatch.pl` or `super-linter`. This should not be allowed. These scripts should be run locally before pushing any commits upstream so we don't have...

area/infra
kind/new

Awarding Smiley Coins is done manually using [1]. This amounts to running the following command: ```console ./smly-cli.sh submit ``` This task can be easily automated via a GitHub action that...

wontfix
area/infra
kind/new

Hello, in the `Processes` subsection where we open 10 sleep processes, the `ps -e -H -o pid,ppid,cmd | (head -1; grep "python3 sleepy_creator.py")` and `ps -e -H -o pid,ppid,cmd |...

[`copy-on-write`](https://open-education-hub.github.io/operating-systems/Lab/Compute/copy-on-write/) is compared to `demand-paging`, but there is no section in the lab for the latter. The section should be added to the data chapter, as the notion is already...

area/content
topic/data