From ab89f4ec3094f6b46c77a21489957e6488124081 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sun, 16 May 2010 13:04:40 -0300 Subject: [PATCH] Added kmalloc/kfree to Hello World. --- 02hello/hello | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.20.1