diff options
| author | Amlal <amlal@nekernel.org> | 2025-05-11 08:44:23 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-05-11 08:45:23 +0200 |
| commit | 2bbe51e66f96f4f50f7d1de71a5e65e5de213350 (patch) | |
| tree | 77b44f8e32eb860f7b838e741cd71b261249ed46 /docs/tex | |
| parent | f80d6fec128e87ef1116558137131383453b4943 (diff) | |
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 <amlal@nekernel.org>
Diffstat (limited to 'docs/tex')
| -rw-r--r-- | docs/tex/hefs.tex | 4 |
1 files changed, 2 insertions, 2 deletions
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} |
