diff --git a/LKMPG-3.16.org b/LKMPG-3.16.org index a53b20e..0599083 100644 --- a/LKMPG-3.16.org +++ b/LKMPG-3.16.org @@ -191,7 +191,7 @@ by using gcc's -I switch. When the first caveman programmer chiseled the first program on the walls of the first cave computer, it was a program to paint the string `Hello, world' in Antelope pictures. Roman programming textbooks began with the `Salut, Mundi' program. I don't know what happens to people who break with this tradition, but I think it's safer not to find out. We'll start with a series of hello world programs that demonstrate the different aspects of the basics of writing a kernel module. -Here's the simplest module possible. Don't compile it yet; we'll cover module compilation in the next section. +Here's the simplest module possible. *** Example: hello-1.c