Skip to content
Snippets Groups Projects
Commit 16e5585e authored by FKHals's avatar FKHals
Browse files

Create alpha version of the report

parent a19e9488
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,4 @@
*.out
*.fdb_latexmk
*.fls
*.lof
......@@ -95,7 +95,7 @@ Beware that most of the subtitles in the structure must be renamed to be more co
\section{Open questions}
\begin{enumerate}
\item Initially your proposal was just "Low-power IoT system software" but i thought that may implicitly include the security context (considering the course title). Is the additional security focus desired?
\item Initially your proposal was just "Low-power IoT system software" but i thought that may implicitly include the security context (considering the course title). Is the additional security focus and the altered title ("Securing low-power IoT system software") desired?
\item Is it a good idea to show some attack vectors on IoT system software as a motivation for the reader (without going into details) or is that too specific to be of value and should be omitted?
\item Are there other aspects/approaches that i may have overlooked and that need to be discussed in the report?
\item Should i focus on one of the approaches more than on the others (considering e.g. overlaps with the work of other students and the focus of the course)?
......
This diff is collapsed.
# template for ieee from [here](https://www.ieee.org/conferences/publishing/templates.html)
LATEX = latexmk
FLAGS = -pdf
all: pdf
pdf:
$(LATEX) $(FLAGS) *.tex
clean:
rm *.aux *.log *.out *.fdb_latexmk *.fls *lof
This diff is collapsed.
report/pictures/seL4.png

43.5 KiB

report/pictures/tock_arch.png

103 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment