Skip to content

enadata/Linux-Device-Driver

 
 

Repository files navigation

Linux-Device-Driver

Examples of Linux Device Drivers, currently for kernel 4.9.

Before start

The examples in this repo are compiled against Linux Kernel 4.9. Other versions of kernel are not tested.

Set KERNELDIR environment variable to the Linux kernel source dir, and export it in your local shell.

export KERNELDIR=/path/to/kernel/source/

This environment variable is mainly used in Makefile to determine which the source tree the modules are built against.


License

Linux-Device-Driver by d0u9 is licensed under a GNU General Public License, version 2.

About

Examples of Linux Device Drivers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.6%
  • Makefile 6.8%
  • Shell 6.6%