Skip to content

Commit

Permalink
manual: add CapSMC to table 9.1
Browse files Browse the repository at this point in the history
This adds `seL4_CapSMC` to table 9.1 and updates section 9.1 so
that to be in line with latest upstream code.

Signed-off-by: Yanfeng Liu <[email protected]>
  • Loading branch information
yf13 authored and Indanz committed Nov 3, 2024
1 parent c5b2379 commit 9edd270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manual/parts/bootup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ \section{Initial Thread's Environment}
the number of bits in the architecture (32 bits or 64 bits). This means, the
first slot of the CNode has CPtr 0x0, the second slot has CPtr 0x1 etc.

The first 15 slots (or 14 slots if not MCS) contain specific capabilities as listed in
The first 16 slots contain specific capabilities as listed in
\autoref{tab:cnode_content}.

\begin{table}[htb]
Expand Down Expand Up @@ -61,6 +61,7 @@ \section{Initial Thread's Environment}
\texttt{seL4\_CapSMMUSIDControl} & global Arm SMMU SID controller, null cap if unsupported (see \autoref{sec:smmuv2}) \\
\texttt{seL4\_CapSMMUCBControl} & global Arm SMMU CB controller, null cap if unsupported (see \autoref{sec:smmuv2}) \\
\texttt{seL4\_CapInitThreadSC} & initial thread's scheduling context (MCS only) \\
\texttt{seL4\_CapSMC} & global Arm SMC cap, null cap if not supported \\
\bottomrule
\end{tabularx}
\end{center}
Expand Down

0 comments on commit 9edd270

Please sign in to comment.