linux modules
make
- Create a new Module
- Add these to Makefile
obj-m+= "your-module-name.o"
$ make
insmod "your-module-name.ko"
rmmod "your-kernel-name.ko"
lsmod
- Fork the project on github.
- Create a module branch.
- Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge.
- Pull requests must be made against development branch. Any other branch (unless specified by the maintainers) will get rejected.
- Have fun!
- Rahul Tuteja - doomers
This linux modules is open-sourced software licensed under the Apache License.