kernel modules can be dynamically loaded at runtime some usefull commands are:
-- insmod modulename.ko => The ko file is a kernel module object
insmod register this module to the kernel
-- lsmod => list all loaded modules usefull to verify that our kernel module is loaded
-- rmmod modulename.ko => use to uninstall our module from the kernel
No restart is necessary to install/remove kernel modules.
Subscribe to:
Post Comments (Atom)
2 comments:
Nice... It almost looks like you know it works!
Hello, is there anyone out there???
God, I would like to win the lottery, please provide numbers!
Post a Comment