diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | index.txt | 37 | ||||
| -rw-r--r-- | todo.txt | 3 | ||||
| -rw-r--r-- | vorl1.tex | 1 |
4 files changed, 35 insertions, 8 deletions
@@ -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 @@ -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 @@ -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} |
