Skip to content

open-education-hub/operating-systems

Repository files navigation

Operating Systems (OER)

copying.md copying.md discord contributors reddit twitter youtube

These are open educational resources (OER) for Operating Systems classes. They are to be used by teachers, trainers, students and hobbyists who want to learn about modern topics in operating systems.

Using the Content

Content is located in the content/ folder. It currently consists of 5 chapters:

Each chapter has its own folder. Content for each chapter is split in two subfolders:

  • lecture/: content to be presented and discussed as part of lectures
  • lab/: content to be worked on as practical activities during labs / seminars

Lecture content is expected to be presented and followed. Lab content is expected to be used as practice work.

Chapter Contents

Lecture content consists of slides and demos. Slides are written in GitHub Markdown and use reveal-md and reveal.js to render HTML output. Lecture slides are built from the slides.md file using the make command (and the Makefile). Demos are snippets of code and support files that showcase concepts and ideas related to the lecture. Demos are located in the demo/ folder. Each demo has its own folder with source code, Makefile or other build files (if required) and support files.

Lab content consists of lab text and lab activities. Lab text is placed in the README.md file. Each lab activity has its own folder with source code, Makefile or other build files (if required) and support files.

Contributing

Contributions are welcome. See the contribution guide on how you could report or fix issues and on how you can improve the content.

Reviewers are requested to follow the reviewing guide.