From f90b9aa572518c37961c5b1f3d899ed715836bd1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 8 Mar 2016 12:22:14 +0000 Subject: [PATCH] Do it! Do it now! --- LKMPG-3.16.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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