diff options
| author | Amlal <amlal@nekernel.org> | 2025-05-07 11:14:25 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-05-07 11:14:25 +0200 |
| commit | 8acaf9b721973fdd852abc01fc44ba1152b8f72a (patch) | |
| tree | d3626413ddc890445d431451439a9abe225f4e5f /docs | |
| parent | a3ee1df87feddec339c710068e0922a40c6fd494 (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')
| -rw-r--r-- | docs/tex/mbci.tex | 2 |
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; |
