- Linux Device Driver Development Cookbook
- Rodolfo Giometti
- 104字
- 2021-06-24 13:54:14
Working with kernel modules
Knowing how to add custom code to the kernel is useful but, when we have to write a new driver, it can be more useful writing our code as a kernel module. In fact, by using a module, we can easily modify kernel code and then test it without rebooting the system every time! We simply have to remove and then reinsert the module (after the necessary modifications) in order to test the new version of our code.
In this recipe, we'll take a look at how kernel modules can get compiled even on a directory outside the kernel tree.
推薦閱讀
- 全屋互聯:智能家居系統開發指南
- 30天自制操作系統
- Learning OpenDaylight
- Getting Started with oVirt 3.3
- Mobile-first Bootstrap
- Linux Mint Essentials
- Kubernetes網絡權威指南:基礎、原理與實踐
- 開源安全運維平臺OSSIM疑難解析:入門篇
- 嵌入式應用程序設計綜合教程(微課版)
- 奔跑吧 Linux內核(入門篇)
- Windows Server 2019 Administration Fundamentals
- 嵌入式系統原理及開發
- 嵌入式微系統
- VMware vSphere 5.1 Cookbook
- Java EE 8 High Performance