sysprog21 / lkmpg

The Linux Kernel Module Programming Guide (updated for 5.0+ kernels)
https://sysprog21.github.io/lkmpg/
Open Software License 3.0
7.67k stars 519 forks source link

Adopt some examples from Linux Device Drivers Tutorial #1

Closed jserv closed 3 years ago

jserv commented 3 years ago

Linux Device Drivers Tutorial was inspired by Linux Kernel Module Programming Guide. It provides the examples about timer and HRT.

We might adapt the existing examples to improve the usage of Linux timer subsystem.

jserv commented 3 years ago

Duplicate of #42