Skip to main content

Command Palette

Search for a command to run...

Linux Kernel Labs - 5.10.14

Series

Linux Kernel Labs - 5.10.14

This serie is about my work on the course: Operatings Systems 2 course from the Computer Science and Engineering Department, the Faculty of Automatic Control and Computers, University POLITEHNICA of Bucharest.

The course is a collection of lectures and labs on Linux kernel topics. The lectures focus on theoretical and Linux kernel exploration. The labs focus on device drivers topics and they resemble "howto" style documentation. Each topic has two parts:

  • a walk-through the topic which contains an overview, the main abstractions, simple examples and pointers to APIs;
  • a hands-on part which contains a few exercises that should be resolved by the student; to focus on the topic at hand, the student is presented with a starting coding skeleton and with in-depth tips on how to solve the exercises;

You can get the latest version at http://github.com/linux-kernel-labs.