summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-05-10 14:04:31 +0200
committerAmlal <amlal@nekernel.org>2025-05-10 14:04:31 +0200
commita3dde6ad12d8b607d493ddac4f54c8f5d2c3082c (patch)
treeaa1d4e01a9381ab118fc690905636fba16cc7cbc /docs
parentb816e857b2d3b602473bf28703ad2cff722535e5 (diff)
dev(kernel): saving changes regarding HeFS, and also for the 0.0.2e2 release.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/tex/hefs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tex/hefs.tex b/docs/tex/hefs.tex
index 29370fbc..e5a08049 100644
--- a/docs/tex/hefs.tex
+++ b/docs/tex/hefs.tex
@@ -111,7 +111,7 @@ Contains file metadata and block layout.
\item \texttt{fSymLink} - if set, \texttt{fHashPath} represents the symlink target
\item Time: \texttt{fCreated}, \texttt{fAccessed}, \texttt{fModified}, \texttt{fDeleted}
\item Ownership: \texttt{fUID}, \texttt{fGID}, \texttt{fMode}
- \item Block data: \texttt{fOffsetSlices}, \texttt{fSlices[kHeFSSliceCount]} as (base, length) pairs
+ \item Block data: \texttt{fOffsetSliceLow}, \texttt{fSlices[kHeFSSliceCount]} as (base, length) pairs
\end{itemize}
\subsection{HEFS\_INDEX\_NODE\_DIRECTORY}\label{subsec:hefs_index_node_directory}