From 911ebf833f04338c8307c598433e3d75053794c9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 12 May 2025 13:54:35 +0200 Subject: dev(kernel:HeFS): fix warning in FileSystemParser file, and updated the specification document. Signed-off-by: Amlal El Mahrouss --- docs/tex/hefs.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/tex/hefs.tex b/docs/tex/hefs.tex index cd20062c..c947710f 100644 --- a/docs/tex/hefs.tex +++ b/docs/tex/hefs.tex @@ -26,10 +26,10 @@ The High-throughput Extended File System (HeFS) is a custom filesystem tailored \texttt{kHeFSBlockLen} & 512 bytes \\ \texttt{kHeFSFileNameLen} & 256 characters \\ \texttt{kHeFSPartNameLen} & 128 characters \\ -\texttt{kHeFSMinimumDiskSize} & 8 GiB \\ +\texttt{kHeFSMinimumDiskSize} & 128 GiB \\ \texttt{kHeFSDefaultVolumeName} & "HeFS Volume" \\ \texttt{kHeFSINDStartOffset} & Offset after boot node \\ -\texttt{kHeFSSearchAllStr} & "\*" (wildcard string) \\ +\texttt{kHeFSSearchAllStr} & "*" (wildcard string) \\ \hline \end{longtable} -- cgit v1.2.3