From c24bf92104e115d969889dba98677518b778f605 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sat, 5 Dec 2009 21:33:40 -0200 Subject: [PATCH] Some more about modules. --- 01.hello/01.hello.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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. -- 2.20.1