summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2011-04-01 12:29:19 +0200
committerManuel Traut <manut@mecka.net>2011-04-01 12:29:19 +0200
commitb53a40567a8f0dc541fd6abbae4e1a280db8e90c (patch)
treefe7c0bdbfc95765e37d6698715a5ccd2778e7c75
parent93715d4bb274cd25ace083f054d4a791689557b6 (diff)
vorl3 ready - bootloader / linux boot
Signed-off-by: Manuel Traut <manut@mecka.net>
-rw-r--r--Makefile8
-rw-r--r--handout.tex1
-rw-r--r--handout3.tex4
-rw-r--r--vorl.tex1
-rw-r--r--vorl3.tex4
5 files changed, 14 insertions, 4 deletions
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}