From: Thadeu Lima de Souza Cascardo Date: Sun, 6 Dec 2009 01:06:23 +0000 (-0200) Subject: Module macros and tools. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=commitdiff_plain;h=16d10430747594ffdc0e95e96b468de3872ef746 Module macros and tools. --- diff --git a/01.hello/01.hello.xml b/01.hello/01.hello.xml index 4c1bf5b..aa0e3dc 100644 --- a/01.hello/01.hello.xml +++ b/01.hello/01.hello.xml @@ -44,4 +44,46 @@ $ make -C /lib/modules/`uname -r`/build M=$PWD modules + +Module Tools + + +insmod + + +rmmod + + +modprobe + + +modinfo + + +depmod + + + + + +Module Description Definitions + + +MODULE\_AUTHOR + + +MODULE\_DESCRIPTION + + +MODULE\_VERSION + + +MODULE\_LICENSE + + +MODULE\_ALIAS + + + +