19aad0f4909611a002ac621e3901c60ae76baf69
[cascardo/kernel/old_slides/.git] / 01.hello / 01.hello.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE slides SYSTEM "/usr/share/xml/docbook/custom/slides/3.3.1/schema/dtd/slides-full.dtd">
3
4 <slides>
5
6 <slidesinfo>
7 <title>Hello World Module</title>
8 <author><firstname>Thadeu</firstname><surname>Cascardo</surname></author>
9 </slidesinfo>
10
11 <foil>
12 <title>Introduction</title>
13 <para>
14 We have prepared sample code to build in the samples/ directory. Try them.
15 </para>
16 </foil>
17
18 <foil>
19 <title>Building</title>
20 <para>
21 Building an out-of-tree linux module is very simple:
22 </para>
23 <screen>
24 $ make -C /lib/modules/`uname -r`/build M=$PWD modules
25 </screen>
26 </foil>
27
28 </slides>