From b53a40567a8f0dc541fd6abbae4e1a280db8e90c Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Fri, 1 Apr 2011 12:29:19 +0200 Subject: vorl3 ready - bootloader / linux boot Signed-off-by: Manuel Traut --- Makefile | 8 ++++---- handout.tex | 1 + handout3.tex | 4 ++++ vorl.tex | 1 + vorl3.tex | 4 ++++ 5 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 handout3.tex create mode 100644 vorl3.tex diff --git a/Makefile b/Makefile index 3695e49..258a5b1 100644 --- a/Makefile +++ b/Makefile @@ -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} diff --git a/vorl.tex b/vorl.tex index d4134e7..06f144b 100644 --- a/vorl.tex +++ b/vorl.tex @@ -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} -- cgit v1.2.3