diff options
Diffstat (limited to 'basics/cpu-arch')
| -rw-r--r-- | basics/cpu-arch/Makefile | 9 | ||||
| -rw-r--r-- | basics/cpu-arch/hints_cpu-arch_de.tex | 15 |
2 files changed, 24 insertions, 0 deletions
diff --git a/basics/cpu-arch/Makefile b/basics/cpu-arch/Makefile new file mode 100644 index 0000000..d641258 --- /dev/null +++ b/basics/cpu-arch/Makefile @@ -0,0 +1,9 @@ +all: + for pdf in `ls -1 *.tex` ; do \ + TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \ + TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \ + done + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + diff --git a/basics/cpu-arch/hints_cpu-arch_de.tex b/basics/cpu-arch/hints_cpu-arch_de.tex new file mode 100644 index 0000000..62ddc81 --- /dev/null +++ b/basics/cpu-arch/hints_cpu-arch_de.tex @@ -0,0 +1,15 @@ +\documentclass{article} +\usepackage{german} +\usepackage[utf8]{inputenc} + +\begin{document} + +\section{CPU Architekturen} + +\subsection{Lernziele} +\begin{itemize} +\item Was bedeutet 8, 16, 32, \dots bit ? +\item Bedeutung MMU / keine MMU und Linux? +\item ARM, PowerPC / CELL, x86 +\end{itemize} +\end{document} |
