Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 651 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 651 Bytes

kernel-examples

Locking and concurrency in Linux kernel examples

This repository has small sample kernel driver examples. Originally done for an internal class.

Prerequisite

Building these examples assume you already have all the necessary packages to build a kernel module and headers for your distribution.

Building module

Each subdirectory contains a different small example.