From: Thadeu Lima de Souza Cascardo Date: Sat, 5 Dec 2009 23:33:40 +0000 (-0200) Subject: Some more about modules. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=commitdiff_plain;h=c24bf92104e115d969889dba98677518b778f605 Some more about modules. --- diff --git a/01.hello/01.hello.xml b/01.hello/01.hello.xml index 19aad0f..4c1bf5b 100644 --- a/01.hello/01.hello.xml +++ b/01.hello/01.hello.xml @@ -11,6 +11,25 @@ Introduction +Let's take a look at how linux modules work. + + + + +Requirements + +We need the tools to build a module and a building linux tree. Running the built +linux kernel is highly recommended so we can test our modules. + + +The tools include GNU make, GCC and GNU binutils. Linux build is highly +dependent on the GNU toolchain, since the beginning. + + + + +Hands-on + We have prepared sample code to build in the samples/ directory. Try them.