From: Thadeu Lima de Souza Cascardo Date: Sun, 6 Dec 2009 01:25:29 +0000 (-0200) Subject: Fix presentation build. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=commitdiff_plain;h=e6aa813b5aee6951cb1d000dc32723f076ef26b3 Fix presentation build. --- diff --git a/01.hello/01.hello.xml b/01.hello/01.hello.xml index 5f424e6..b6b2969 100644 --- a/01.hello/01.hello.xml +++ b/01.hello/01.hello.xml @@ -37,16 +37,16 @@ We have prepared sample code to build in the samples/ directory. Try them. Init and Exit Functions -We use module_init and module_exit to -declare our init and exit functions. +We use module\_init and module\_exit +to declare our init and exit functions. Init and Exit Functions -The __init and __exit marks allow the -kernel to remove them when they are not needed, reducing memory consumption. +The \_\_init and \_\_exit marks allow +the kernel to remove them when they are not needed, reducing memory consumption.