https://sysprog21.github.io/lkmpg/
Pre
kernel modules 至少要有兩個函式:
init_module() which is called when insmod
cleanup_module() which is called when rmmod
cleanup_module() is supported to undo whatever init_module() did.
tinyynoob changed 3 years agoView mode Like Bookmark