Introduction我们今天编写第一个Linux Kernel Module的驱动程序:一个字符型设备驱动。通过简单的open(), release(), read(),write(),你将理解驱动程序的编程方法。
file_ope
2017-02-03