Let's code a Linux Driver - 12: Parameters for a Linux Kernel Module

Опубликовано: 13 Октябрь 2024
на канале: Johannes 4GNU_Linux
3,759
74

#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 a parameters in a Linux Kernel Module.

Here is the link to my git-repo:

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


Available parameter data types and additional information:
http://www.makelinux.net/ldd3/chp-2-s...


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.