From 2bbe51e66f96f4f50f7d1de71a5e65e5de213350 Mon Sep 17 00:00:00 2001 From: Amlal Date: Sun, 11 May 2025 08:44:23 +0200 Subject: feat(kernel): HeFS TeX specs have been updated, and cleaned up the official filesystem implementation, with a bootinfo.cfg being added too. why: - The LaTeX specs were outdated, some elements had to be reseen. also: - Removed useless part of the logger, for the panic message. Signed-off-by: Amlal --- 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 e5a08049..bc152293 100644 --- a/docs/tex/hefs.tex +++ b/docs/tex/hefs.tex @@ -26,9 +26,9 @@ 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} & 1 GiB \\ +\texttt{kHeFSMinimumDiskSize} & 8 GiB \\ \texttt{kHeFSDefaultVolumeName} & "HeFS Volume" \\ -\texttt{kHeFSINDStartOffset} & Offset after boot + dir nodes \\ +\texttt{kHeFSINDStartOffset} & Offset after boot node \\ \texttt{kHeFSSearchAllStr} & "\*" (wildcard string) \\ \hline \end{longtable} -- cgit v1.2.3