this is the makefile. it tries to make a .o file but this should build to a .ko module. Another problem is there are no read and ./readfile files in the package though these files are in the Makefile. # # Makefile for the myudisk device drivers. # EXTRA_CFLAGS := -c -I /usr/src/linux-2.4.22/incl
很有参考价值
非常不错,有帮助
非常不错,有帮助 .
this is the makefile. it tries to make a .o file but this should build to a .ko module. Another problem is there are no read and ./readfile files in the package though these files are in the Makefile. # # Makefile for the myudisk device drivers. # EXTRA_CFLAGS := -c -I /usr/src/linux-2.4.22/incl
很好的学习资料
有点水,不知如何用
linux下的U盘驱动程序,包括Makefile文件,可以直接编译。很好。
哎,我是一个初学者,弄了半天没编译成功,不知道是什么问题,最后只好放弃啦。
不太会用,不过还是很有参考意思啦。