summaryrefslogtreecommitdiffhomepage
path: root/docs/tex
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-05-07 11:14:25 +0200
committerAmlal <amlal@nekernel.org>2025-05-07 11:14:25 +0200
commit8acaf9b721973fdd852abc01fc44ba1152b8f72a (patch)
treed3626413ddc890445d431451439a9abe225f4e5f /docs/tex
parenta3ee1df87feddec339c710068e0922a40c6fd494 (diff)
feat(kernel): HeFS fixes, AHCI improvements, and MBCI tweaks.
why? - Some parts were causing issues on the filesystem. - The slot probe code was naive. - Made the current MBCI implementation clearer. Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'docs/tex')
-rw-r--r--docs/tex/mbci.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tex/mbci.tex b/docs/tex/mbci.tex
index a23bc87b..99676803 100644
--- a/docs/tex/mbci.tex
+++ b/docs/tex/mbci.tex
@@ -33,7 +33,7 @@ The MBCI bus interface includes the following signal lines:
\subsection*{IMBCIHost Structure}
\begin{lstlisting}[language=C++,basicstyle=\ttfamily\footnotesize]
-struct IMBCIHost {
+volatile struct IMBCIHost {
UInt32 Magic;
UInt32 HostId;
UInt16 VendorId;