diff options
| -rw-r--r-- | Makefile | 8 | ||||
| -rw-r--r-- | application-devel/devel-environment/pres_devel-environment_de_short.tex | 70 | ||||
| -rw-r--r-- | handout.tex | 5 | ||||
| -rw-r--r-- | handout4.tex | 7 | ||||
| -rw-r--r-- | vorl.tex | 6 | ||||
| -rw-r--r-- | vorl4.tex | 8 |
6 files changed, 100 insertions, 4 deletions
@@ -24,8 +24,8 @@ vorlesung:: touch configpres.tex mv tailpres.tex _tailpres.tex touch tailpres.tex - pdflatex vorl3.tex - pdflatex vorl3.tex + pdflatex vorl4.tex + pdflatex vorl4.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 handout3.tex - TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout3.tex + TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout4.tex + TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout4.tex TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout.tex TEXINPUTS=`pwd`/wise:.:$(TEXINPUTS) pdflatex handout.tex rm confighandout.tex tailhandout.tex diff --git a/application-devel/devel-environment/pres_devel-environment_de_short.tex b/application-devel/devel-environment/pres_devel-environment_de_short.tex new file mode 100644 index 0000000..1feb253 --- /dev/null +++ b/application-devel/devel-environment/pres_devel-environment_de_short.tex @@ -0,0 +1,70 @@ +\input{configpres} + +\subsection{Entwicklungsumgebungen} +\title{Entwicklungsumgebungen} +\maketitle + +\subsubsection{Grundlagen} +\begin{frame} +\frametitle{Bestandteile} +Eine Entwicklungsumgebung besteht mindestens aus: +\begin{itemize} +\item Editor +\item Buildsystem +\end{itemize} +\end{frame} + +\subsubsection{Editoren} + +\begin{frame} +\frametitle{beliebte Editoren} +\begin{itemize} +\item vim +\item emacs +\item kate +\item \dots +\end{itemize} +\end{frame} + +\begin{frame} +\frametitle{vim Editor} +\begin{figure}[h] +\centering +\includegraphics[width=8cm]{images/vim.png} +\end{figure} +\end{frame} + +\begin{frame} +\frametitle{emacs Editor} +\begin{figure}[h] +\centering +\includegraphics[width=8cm]{images/emacs.png} +\end{figure} +\end{frame} + +\subsubsection{Tools} + +\begin{frame} +\frametitle{praktische, kleine Helfer} +\begin{itemize} +\item ctags +\item screen +\item ssh +\item mc +\item quilt +\end{itemize} +\end{frame} + +\subsubsection{Buildsysteme} + +\begin{frame} +\frametitle{h\"aufig eingesetzte Buildsysteme} +\begin{itemize} +\item KConfig (Linux Kernel) +\item Autotools / GNU Build System +\item CMake +\item Ant +\item \dots +\end{itemize} +\end{frame} +\input{tailpres} diff --git a/handout.tex b/handout.tex index ab5033f..abb85de 100644 --- a/handout.tex +++ b/handout.tex @@ -5,4 +5,9 @@ \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} +\section{Kernelentwicklung} +\input{./kernel-devel/kernel-build/handout_kernel-build_de.tex} +\section{Dateisysteme} +\input{./flash-memory/mtd/handout_mtd_de.tex} +\input{./flash-memory/ubi/handout_ubi_de.tex} \input{tailmasterhandout} diff --git a/handout4.tex b/handout4.tex new file mode 100644 index 0000000..1cd2862 --- /dev/null +++ b/handout4.tex @@ -0,0 +1,7 @@ +\input{configmasterhandout} +\section{Kernelentwicklung} +\input{./kernel-devel/kernel-build/handout_kernel-build_de.tex} +\section{Dateisysteme} +\input{./flash-memory/mtd/handout_mtd_de.tex} +\input{./flash-memory/ubi/handout_ubi_de.tex} +\input{tailmasterhandout} @@ -2,9 +2,15 @@ \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{./linux-basics/filesystems/pres_filesystems_en.tex} +\input{./flash-memory/section} +\input{./flash-memory/mtd/pres_mtd_en.tex} +\input{./flash-memory/ubi/pres_ubi_en.tex} \input{./basics/section} \input{./basics/cpu-arch/pres_cpu-arch.tex} \input{./application-devel/cross-devel/pres_cross-devel_de-userspace.tex} \input{./kernel-devel/section} \input{./kernel-devel/kernel-basics/pres_kernel-basics_de.tex} +\input{./application-devel/section} +\input{./application-devel/devel-environment/pres_devel-environment_de_short.tex} \input{tailmasterpres} diff --git a/vorl4.tex b/vorl4.tex new file mode 100644 index 0000000..be5a0b8 --- /dev/null +++ b/vorl4.tex @@ -0,0 +1,8 @@ +\input{configmasterpres} +\input{./application-devel/section} +\input{./application-devel/devel-environment/pres_devel-environment_de_short.tex} +\input{./linux-basics/section} +\input{./linux-basics/filesystems/pres_filesystems_en.tex} +\input{./flash-memory/mtd/pres_mtd_en.tex} +\input{./flash-memory/ubi/pres_ubi_en.tex} +\input{tailmasterpres} |
