diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-29 10:51:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-29 10:51:53 +0200 |
| commit | 5c0bb7ee7b1b0fee02cc179fb21f4c57a61d6c2d (patch) | |
| tree | cb17577bcdc9714c97a84ce417a075117097f146 /docs/tex | |
| parent | d608230b1350b064ceb01e6572519b108f6139b0 (diff) | |
| parent | 3167f59dbb401d6a79b1524537e04218baf49ee3 (diff) | |
Merge pull request #32 from nekernel-org/dev
0.0.2e3
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 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} |
