- 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.
推薦閱讀
- Windows Server 2019 Cookbook
- 每天5分鐘玩轉(zhuǎn)Kubernetes
- 從零開始寫Linux內(nèi)核:一書學(xué)透核心原理與實現(xiàn)
- Learning Windows Server Containers
- BPEL and Java Cookbook
- Extending Puppet
- 構(gòu)建可擴展分布式系統(tǒng):方法與實踐
- Linux操作系統(tǒng)應(yīng)用編程
- 移動應(yīng)用UI設(shè)計模式(第2版)
- jQuery UI Cookbook
- RHCSARHCE 紅帽Linux認證學(xué)習(xí)指南(第7版)EX200 & EX300
- HTML5 Enterprise Application Development
- Windows 7使用詳解(修訂版)
- Windows 7實戰(zhàn)從入門到精通(超值版)
- Advanced Infrastructure Penetration Testing