introduction: explain what memory safety is
This commit is contained in:
parent
948530826f
commit
d6009ea334
5 changed files with 165 additions and 59 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
\usepackage{listings}
|
||||
|
||||
\newcommand{\topic}{Guaranteed In-Kernel Memory-Safety Using Rust's Static Code Analysis}
|
||||
\newcommand{\topic}{Guarantees On In-Kernel Memory-Safety Using Rust's Static Code Analysis}
|
||||
|
||||
\newcommand{\authorOne}{Stefan Junker}
|
||||
\newcommand{\authorOneInit}{SJ}
|
||||
|
@ -38,7 +38,7 @@
|
|||
\newcommand{\studies}{Master Information Technology - Embedded And Mobile Systems}
|
||||
\newcommand{\startdate}{2017/4/1}
|
||||
\newcommand{\submitdate}{2017/8/31}
|
||||
\newcommand{\buzzwords}{TODO buzzwords}
|
||||
\newcommand{\buzzwords}{memory-safety, operating system, rust}
|
||||
|
||||
% Numbered Subsubsections
|
||||
\setcounter{secnumdepth}{3}
|
||||
|
@ -125,7 +125,7 @@
|
|||
\chapter*{Preface}
|
||||
This thesis is original, unpublished, independent work by the author, \authorOne.
|
||||
I strongly believe in openness and collaboration in the development of new technology, therefore the development will be based solely on Open-Source software.
|
||||
The results of this project will be freely available on my personal Gitlab site\footnote{https://gitlab.com/steveeJ/msc-thesis} once the academic process of this project is complete.
|
||||
The source of this document and the code I have worked on will be freely available on my personal Gitlab site\footnote{https://gitlab.com/steveeJ/msc-thesis} once the academic process of this project is complete.
|
||||
|
||||
|
||||
\tableofcontents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue