Let's code a Linux Driver - 32: The mmap Callback

Опубликовано: 10 Октябрь 2024
на канале: Johannes 4GNU_Linux
2,346
79

#GNU #Linux #Tutorial #Driver #DriverDevelopment

Please take some and also take a look at the sources of this example in the git repo. After reading over it, I hope it is easier to understand.

Let's leave userspace and head towards Kernelspace!

In this series of videos I will show you how to write your own Linux Driver. In this video I show you how to implement the mmap callback in a Linux Kernel Module for a device file. Enjoy.

You want to support my work? You can buy me a coffee here: https://www.buymeacoffee.com/johannes...

If you want to contact me, you can find my E-Mail on www.gnu-linux.rocks

Here is the link to my git-repo:

https://github.com/Johannes4Linux/Lin...


You want to learn more? Check out my playlist:
   • Let's code a Linux Driver - 0: Introd...  

Resources for this video:
https://lwn.net/images/pdf/LDD3/ch15.pdf