From 8acaf9b721973fdd852abc01fc44ba1152b8f72a Mon Sep 17 00:00:00 2001 From: Amlal Date: Wed, 7 May 2025 11:14:25 +0200 Subject: 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 --- docs/tex/mbci.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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; -- cgit v1.2.3