- 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.
推薦閱讀
- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- 電腦組裝與系統安裝
- Linux網絡操作系統與實訓(第三版)
- Linux網絡內核分析與開發
- 8051軟核處理器設計實戰
- Application Development in iOS 7
- iOS 8開發指南
- 跟老男孩學Linux運維:Shell編程實戰
- Windows 7使用詳解(修訂版)
- Heroku Cloud Application Development
- Mastering Azure Serverless Computing
- Instant Getting Started with VMware Fusion
- 嵌入式Linux設備驅動程序開發指南(原書第2版)
- Windows8應用開發權威指南
- 操作系統教程