remove all specific stuff

This commit is contained in:
Maximilian Keßler 2022-02-15 23:09:18 +01:00
parent fef6478663
commit b85fa9acf9
6 changed files with 19 additions and 70 deletions

8
.gitignore vendored
View File

@ -45,8 +45,12 @@
*.lec *.lec
*.cnt *.cnt
sysprog.pdf ### main pdf file
$mainfile.pdf
## build directory
build/
## makefiles locks
.init-submodule-cert .init-submodule-cert
.init-git-hooks-cert .init-git-hooks-cert
build/

View File

@ -28,6 +28,6 @@ pages:
- public/ - public/
script: script:
- echo "Deploying to pages" - echo "Deploying to pages"
- test -f public/2021_Systemnahe_Programmierung.pdf - test -f public/$mainfile.pdf
only: only:
- master - master

View File

@ -1,12 +1,11 @@
# Systemnahe Programmierung # $course
These are the lecture notes for the 'Systemnahe Programmierung', taught in winter term 2021/2022 at the University of Bonn. These are the lecture notes for the '$course', taught in winter term $term at the University of Bonn.
The [latest version][1] is availabe as a pdf download via GitLab runner. The [latest version][1] is availabe as a pdf download via GitLab runner.
You can also have a look at the generated [log files][2] or visit the You can also have a look at the generated [log files][2] or visit the
[gl pages][3] index directly. [gl pages][3] index directly.
[1]: $repo/$mainfile.pdf
[1]: https://jrpie-notes.gitlab.com/sysprog/2021_Systemnahe_Programmierung.pdf [2]: $repo/$mainfile.log
[2]: https://jrpie-notes.gitlab.com/sysprog/2021_Systemnahe_Programmierung.log [3]: $repo/
[3]: https://jrpie-notes.gitlab.com/sysprog/

View File

@ -3,3 +3,5 @@ stylefile: sysprog
course: Systemnahe Programmierung course: Systemnahe Programmierung
repo: https://jrpie-notes.gitlab.com/sysprog
term: 2021/2022

View File

@ -1,10 +1,10 @@
\documentclass[10pt,ngerman,a4paper, fancyfoot, git]{mkessler-script} \documentclass[10pt,ngerman,a4paper, fancyfoot, git]{mkessler-script}
\course{Systemnahe Programmierung} \course{$course}
\lecturer{Dr. Matthias Frank, Dr. Matthias Wübbeling} \lecturer{}
\author{Maximilian Keßler, Josia Pietsch} \author{}
\usepackage{sysprog} \usepackage{$stylefile}
\begin{document} \begin{document}
@ -15,60 +15,4 @@
\cleardoublepage \cleardoublepage
\part{Maschinenprogrammierung in Assembler}
\input{inputs/assembler/assembler.tex}
% \subsection{Speicherverwaltung}
\part{Prozesse und Threads}
\section{Prozesse}
\input{inputs/processes-and-threads/processes.tex}
\section{Threads}
\input{inputs/processes-and-threads/threads.tex}
\section{Inter-Process Communication}
\input{inputs/processes-and-threads/ipc.tex}
\part{Netzwerkprogrammierung}
\section{Motivation}
\input{inputs/network_programming/motivation.tex}
\section{Sockets \& Co}
\label{networksockets}
\input{inputs/network_programming/sockets.tex}
\section{I/O Multiplexing}
\input{inputs/network_programming/io_multiplexing.tex}
\section{Server-Strukturen}
\input{inputs/network_programming/server_structure.tex}
\section{Zusammenfassung}
\input{inputs/network_programming/summary.tex}
\part{Übersicht}
\input{inputs/summary/summary.tex}
\cleardoublepage
\printvocabindex
\cleardoublepage
{
\catcode`_=\active
\def_{\_}
\printindex[ccode]
}
\end{document} \end{document}

View File

@ -1 +1 @@
\ProvidesPackage{stylefile}[2022/02/10 - Style file for notes of course] \ProvidesPackage{$stylefile}[2022/02/10 - Style file for notes of $course]