Let's code a Linux Driver - 13: IOCtl in a Linux Kernel Module

Опубликовано: 04 Октябрь 2024
на канале: Johannes 4GNU_Linux
17,377
268

#FOSS #Linux #GNU #KernelModules #LinuxDriver #Tutorial

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 will show you how to use IOCtl as an interface to a Linux Kernel Modul.

Here is the link to my git-repo:

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

Here are some of my sources:
http://derekmolloy.ie/kernel-gpio-pro...
Mike Netz. Eigener linux-gpio-treiber für raspberry pi 3 model b. http://mike-netz.biz/?p=138​, 2018
Jürgen Platte. Linux Hardware Hackz. Carl Hanser Verlag, 2007.
Martin Züger Usr Graf, Andreas Kalberer. Einführung in die Linux Treiberentwicklung. FHO Hochschule Ostschweiz, 2015.