38. 编写linux设备驱动

38.1. hello

模块的作用,打印信息,分配一段内存空间并打印首地址 [1]

38.2. 字符设备驱动

一个字符设备驱动,注册一个字符设备,使用用户态程序对设备进行读写 [2]

[1]内核模块 https://github.com/LyleLee/fish_kernel_module/tree/master/fishing
[2]字符设备驱动 https://github.com/LyleLee/exploringBB/tree/version2/extras/kernel/ebbchar