1
Files
interrupt-handling-using-th…/chap/figures.tex
2023-03-02 22:10:11 +01:00

26 lines
708 B
TeX

\chapter{Figures}
\label{ch:figures}
\clearpage
\begin{figure}[H]
\centering
\begin{subfigure}[b]{0.85\textwidth}
\includesvg[width=1.0\linewidth]{diagrams/apic_enable_seq.svg}
\end{subfigure}
\caption{Enabling the APIC Subsystem.}
\label{fig:apicenable}
\end{figure}
\begin{figure}[H]
\centering
\begin{subfigure}[b]{0.85\textwidth}
\includesvg[width=1.0\linewidth]{diagrams/apic_smp_enable_seq.svg}
\end{subfigure}
\caption{Starting SMP Operation.}
\label{fig:smpenable}
\end{figure}
Note that this diagram is slightly misleading, because the application processor runs in parallel and is not susceptible to delays on the BSP\@.
\cleardoublepage