计操理论课05 -- openEuler实验第四章中断和异常管理

任务1:使用tasklet实现打印helloworld(20min)

任务要求

  1. 编写内核模块,使用tasklet实现打印helloworld。
  2. 加载、卸载模块并查看模块打印信息。

任务代码

tasklet_interrupt.c

 

猜你喜欢

转载自blog.csdn.net/weixin_45619006/article/details/121851348