From: Thadeu Lima de Souza Cascardo Date: Sun, 16 May 2010 16:04:40 +0000 (-0300) Subject: Added kmalloc/kfree to Hello World. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fslides%2F.git;a=commitdiff_plain;h=ab89f4ec3094f6b46c77a21489957e6488124081 Added kmalloc/kfree to Hello World. --- diff --git a/02hello/hello b/02hello/hello index 9fd20b5..433de87 100644 --- a/02hello/hello +++ b/02hello/hello @@ -70,3 +70,8 @@ Besides *MODULE\\_PARM\\_DESC* to inform user about the parameter, we must use FIX_ME module_param(name, type, perm); + +# Memory allocation + +* kmalloc +* kfree