- Linux Device Driver Development Cookbook
- Rodolfo Giometti
- 61字
- 2021-06-24 13:54:15
Using module parameters
During kernel module development, it can be very useful having some way to dynamically set some variables during module insertion and not only at compile time. In Linux, this can be done by using the kernel module's parameters, which allow arguments to be passed to a module by specifying them on the command line of the insmod command.
推薦閱讀
- 全屋互聯:智能家居系統開發指南
- Kubernetes修煉手冊
- Cybersecurity:Attack and Defense Strategies
- Containerization with LXC
- Social Media Mining with R
- Ansible權威指南
- Mastering KVM Virtualization
- 精解Windows8
- Windows Vista融會貫通
- 深入Linux內核架構與底層原理(第2版)
- 數據中心系統工程及應用
- Learning Bootstrap
- Kali Linux 2018:Windows Penetration Testing
- OpenSolaris設備驅動原理與開發
- Django Project Blueprints