diff options
| author | Manuel Traut <manut@mecka.net> | 2011-04-01 12:29:19 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2011-04-01 12:29:19 +0200 |
| commit | b53a40567a8f0dc541fd6abbae4e1a280db8e90c (patch) | |
| tree | fe7c0bdbfc95765e37d6698715a5ccd2778e7c75 | |
| parent | 93715d4bb274cd25ace083f054d4a791689557b6 (diff) | |
vorl3 ready - bootloader / linux boot
Signed-off-by: Manuel Traut <manut@mecka.net>
| -rw-r--r-- | Makefile | 8 | ||||
| -rw-r--r-- | handout.tex | 1 | ||||
| -rw-r--r-- | handout3.tex | 4 | ||||
| -rw-r--r-- | vorl.tex | 1 | ||||
| -rw-r--r-- | vorl3.tex | 4 |
5 files changed, 14 insertions, 4 deletions
@@ -24,8 +24,8 @@ vorlesung:: touch configpres.tex mv tailpres.tex _tailpres.tex touch tailpres.tex - pdflatex vorl2.tex - pdflatex vorl2.tex + pdflatex vorl3.tex + pdflatex vorl3.tex pdflatex vorl.tex pdflatex vorl.tex rm configpres.tex tailpres.tex @@ -35,8 +35,8 @@ vorlesung:: touch confighandout.tex mv tailhandout.tex _tailhandout.tex touch tailhandout.tex - TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout2.tex - TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout2.tex + TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout3.tex + TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout3.tex TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout.tex TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout.tex rm confighandout.tex tailhandout.tex diff --git a/handout.tex b/handout.tex index c6c2e96..ab5033f 100644 --- a/handout.tex +++ b/handout.tex @@ -1,6 +1,7 @@ \input{configmasterhandout} \section{Grundlagen} \input{./linux-basics/what-is-linux/handout_what-is-linux_de.tex} +\input{./linux-basics/boot-process/handout_boot-process_de.tex} \section{Kernel-Grundlagen} \input{./kernel-devel/kernel-basics/handout_kernel-basics_de.tex} \input{./kernel-devel/kernel-best-practices/handout_kernel-best-practices_en.tex} diff --git a/handout3.tex b/handout3.tex new file mode 100644 index 0000000..5888b95 --- /dev/null +++ b/handout3.tex @@ -0,0 +1,4 @@ +\input{configmasterhandout} +\section{Grundlagen} +\input{./linux-basics/boot-process/handout_boot-process_de.tex} +\input{tailmasterhandout} @@ -1,6 +1,7 @@ \input{configmasterpres} \input{./linux-basics/section} \input{./linux-basics/what-is-linux/pres_what-is-linux_de.tex} +\input{./linux-basics/boot-process/pres_boot-process_de.tex} \input{./basics/section} \input{./basics/cpu-arch/pres_cpu-arch.tex} \input{./application-devel/cross-devel/pres_cross-devel_de-userspace.tex} diff --git a/vorl3.tex b/vorl3.tex new file mode 100644 index 0000000..6f2bbbe --- /dev/null +++ b/vorl3.tex @@ -0,0 +1,4 @@ +\input{configmasterpres} +\input{./linux-basics/section} +\input{./linux-basics/boot-process/pres_boot-process_de.tex} +\input{tailmasterpres} |
