项目作者: hnkr

项目描述 :
Development of Device Driver ( Character device / null driver)
高级语言: C
项目地址: git://github.com/hnkr/Kernel-Driver-Device-Driver-LKM.git
创建时间: 2020-04-26T20:46:00Z
项目社区:https://github.com/hnkr/Kernel-Driver-Device-Driver-LKM

开源协议:MIT License

下载


Device Driver-LKM ( Loadable Kernel Module ) - Kernel Driver

This repo includes 3 projects.

  • simple_module: Hello world project.
  • char_drvr1: character device null driver which needs manually created /dev file.
  • char_drvr2: character device null driver which creates /dev file automatically thanks to udev.

All projects are tested on RapsberryPi. To test IO functionality, $echo and $cat commands can be used.