summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--index.txt37
-rw-r--r--todo.txt3
-rw-r--r--vorl1.tex1
4 files changed, 35 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index dca9c35..41f64e9 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ vorlesung::
touch tailhandout.tex
TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout1.tex
TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout1.tex
- rm confighandout.tailhandout.tex
+ rm confighandout.tex tailhandout.tex
mv _confighandout.tex confighandout.tex
mv _tailhandout.tex tailhandout.tex
diff --git a/index.txt b/index.txt
index e788cc4..6d37a2f 100644
--- a/index.txt
+++ b/index.txt
@@ -1,17 +1,40 @@
Linux Kernelprogrammierung
-TODO:
-=====
-pres: kernel best practices, kernel api, kernel build, bootloader
+Prüfung:
+========
+schriftlich, 60 Minuten
+
+Material:
+=========
+http://manut.eu/hswgt
+
+http://lwn.net
+http://heise.de/open <-- Kernel Log
+http://kernelnewbies.org
+
+Corbet, Rubini, Kroah-Hartmann: Linux Device Drivers 3rd Edition
+ http://lwn.net/Kernel/LDD3
+
+Kroah-Hartmann: Linux Kernel In A Nutshell
+ http://www.kroah.com/lkn
+
+Bovet, Cesati: Understanding The Linux Kernel (34,95)
+
+Love: Linux Kernel Development (29,95 EUR)
+
+Script:
+=======
+Mitschriebe gerne an
+manut@mecka.net
+
+Bewertung:
+==========
+http://www.meinprof.de/uni/prof/51131
Linuxtag:
=========
Mi 11. - Sa 14. Mai Messe Berlin
-Prüfung:
-========
-schriftlich, 60 Minuten
-
geplante Themen:
================
diff --git a/todo.txt b/todo.txt
new file mode 100644
index 0000000..13bd9b8
--- /dev/null
+++ b/todo.txt
@@ -0,0 +1,3 @@
+TODO:
+=====
+pres: kernel best practices, kernel api, kernel build, bootloader
diff --git a/vorl1.tex b/vorl1.tex
index cd6179a..4627729 100644
--- a/vorl1.tex
+++ b/vorl1.tex
@@ -3,4 +3,5 @@
\input{./linux-basics/what-is-linux/pres_what-is-linux_de.tex}
\input{./basics/section}
\input{./basics/cpu-arch/pres_cpu-arch.tex}
+\input{./application-devel/cross-devel/pres_cross-devel_de-userspace.tex}
\input{tailmasterpres}