Skip to content

Commit

Permalink
debugging: slides: linux-application-stack: add subsections
Browse files Browse the repository at this point in the history
Discussed-with: Alexis Lothoré <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Dec 15, 2023
1 parent 54a7a1e commit 650de6b
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
\section{Linux Application Stack}

\subsection{User/Kernel mode}

\begin{frame}
\frametitle{User/Kernel mode}
\begin{itemize}
Expand All @@ -17,6 +19,8 @@ \section{Linux Application Stack}
\end{itemize}
\end{frame}

\subsection{Introduction to Processes and Threads}

\begin{frame}
\frametitle{Processes and Threads (1/2)}
\begin{itemize}
Expand Down Expand Up @@ -63,6 +67,8 @@ \section{Linux Application Stack}
\end{itemize}
\end{frame}

\subsection{MMU and memory management}

\begin{frame}
\frametitle{MMU and memory management}
\begin{itemize}
Expand Down Expand Up @@ -185,6 +191,8 @@ \section{Linux Application Stack}
\end{itemize}
\end{frame}

\subsection{The process context}

\begin{frame}
\frametitle{Process context}
\begin{itemize}
Expand All @@ -200,6 +208,8 @@ \section{Linux Application Stack}
\includegraphics[height=0.2\textheight]{slides/debugging-linux-application-stack/process_context.pdf}
\end{frame}

\subsection{Scheduling}

\begin{frame}[fragile]
\frametitle{Scheduling}
\begin{itemize}
Expand All @@ -222,6 +232,8 @@ \section{Linux Application Stack}

\input{../common/scheduling-classes.tex}

\subsection{Context switching}

\begin{frame}
\frametitle{Context switching}
\begin{itemize}
Expand All @@ -245,7 +257,6 @@ \section{Linux Application Stack}
\end{itemize}
\end{frame}


\begin{frame}
\frametitle{Exceptions}
\begin{itemize}
Expand Down Expand Up @@ -349,6 +360,8 @@ \section{Linux Application Stack}
\end{block}
\end{frame}

\subsection{Kernel execution contexts}

\begin{frame}[fragile]
\frametitle{Kernel execution contexts}
\begin{itemize}
Expand Down

0 comments on commit 650de6b

Please sign in to comment.