Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 414 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 414 Bytes

linux-kmod-template

Initialize this module with a name by executing:

./init.sh <module's name> <dist path>

After this, you can compile your module by:

make

Load this module by:

make load

Unload this module by:

make unload

If you use clangd, you can generate the json file by:

make clangd # Requires an active installation of bear (v3)