搜索资源列表
hello_printk
- 基于linux-2.6.24的hello world 驱动程序-hello world
hello_printk
- linux下hello world简单驱动程序。在装载和卸载该模块时,打印输出。 使用make编译,sudo insmod hello_prink.ko装载模块,sudo rmmod hello_prink卸载模块,dmesg查看打印信息。-A simple hello world driver program under linux. Loading and unloading the module, the print outp