From 2f5c58286588874194b99840d9c1c2b5bb27b0d4 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sat, 5 Dec 2009 23:20:26 -0200 Subject: [PATCH] printk. --- 01.hello/01.hello.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/01.hello/01.hello.xml b/01.hello/01.hello.xml index 954422f..5f424e6 100644 --- a/01.hello/01.hello.xml +++ b/01.hello/01.hello.xml @@ -50,6 +50,16 @@ kernel to remove them when they are not needed, reducing memory consumption. + +printk + +printk is very similar to printf. The messages are usually +preceded by a string in the form <n>, where n is a +priority. There are macros, like KERN\_ALERT and +KERN\_DEBUG to use for that. + + + Building -- 2.20.1