blob: 834eba1c16bf71753547f4da3604757799ea216e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
\input{configpres}
\AtBeginSubsection[] {
\begin{frame}<beamer>
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}
% ----------------------------
\title{Embedded Software Lock-Up}
\subtitle{Partition critical Systems with Jailhouse-Hypervisor}
\maketitle
% ----------------------------
\begin{frame}{Overview}
\tableofcontents
\end{frame}
% ----------------------------
\input{misc/frm_jailhouse.tex}
% ----------------------------
\section*{}
\subsection*{}
\input{tailpres}
|