thesis: Add chapter 5: comparison
This commit is contained in:
4
thesis/src/04.comparison.tex
Normal file
4
thesis/src/04.comparison.tex
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
\chapter{Comparison to similar Solutions}\label{ch:comparison}
|
||||||
|
|
||||||
|
Lorem Ipsum.
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
|
|
||||||
\chapter{Conclusion}\label{ch:conclusion}
|
|
||||||
|
|
||||||
Lorem Ipsum.
|
|
||||||
|
|
||||||
Perhaps do some study/``research'' on performance (CPU/memory/\dots).
|
|
||||||
@@ -6,3 +6,7 @@ Lorem Ipsum.
|
|||||||
What other solutions are available?
|
What other solutions are available?
|
||||||
What are the differences?
|
What are the differences?
|
||||||
What are the characteristics?
|
What are the characteristics?
|
||||||
|
|
||||||
|
|
||||||
|
https://sholtrop.dev/blog/on-intercepting-linux-syscalls/
|
||||||
|
https://github.com/yasukata/zpoline
|
||||||
9
thesis/src/06.conclusion.tex
Normal file
9
thesis/src/06.conclusion.tex
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
\chapter{Conclusion}\label{ch:conclusion}
|
||||||
|
|
||||||
|
Lorem Ipsum.
|
||||||
|
|
||||||
|
Perhaps do some study/``research'' on performance (CPU/memory/\dots).
|
||||||
|
|
||||||
|
%\attachfile[appearance=false,print=false,mimetype=text/plain,description=intercept.c]{../proj/intercept/src/intercept.c}
|
||||||
|
%\attachfile[appearance=false,print=false,mimetype=text/plain,description=Makefile]{../proj/intercept/Makefile}
|
||||||
@@ -41,6 +41,7 @@
|
|||||||
\usepackage{chngcntr}
|
\usepackage{chngcntr}
|
||||||
\counterwithin{listing}{chapter}
|
\counterwithin{listing}{chapter}
|
||||||
\usepackage{pgf-umlsd}
|
\usepackage{pgf-umlsd}
|
||||||
|
%\usepackage{attachfile}
|
||||||
|
|
||||||
\newcommand{\newthreadShift}[4][gray!30]{
|
\newcommand{\newthreadShift}[4][gray!30]{
|
||||||
\newinst[#4]{#2}{#3}
|
\newinst[#4]{#2}{#3}
|
||||||
@@ -147,8 +148,9 @@
|
|||||||
\input{src/01.introduction}
|
\input{src/01.introduction}
|
||||||
\input{src/02.intercept}
|
\input{src/02.intercept}
|
||||||
\input{src/03.manipulate}
|
\input{src/03.manipulate}
|
||||||
\input{src/04.related-work}
|
\input{src/04.comparison}
|
||||||
\input{src/05.conclusion}
|
\input{src/05.related-work}
|
||||||
|
\input{src/06.conclusion}
|
||||||
\backmatter
|
\backmatter
|
||||||
|
|
||||||
% Declare the use of AI tools as mentioned in the statement of originality.
|
% Declare the use of AI tools as mentioned in the statement of originality.
|
||||||
|
|||||||
Reference in New Issue
Block a user