diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-21 03:30:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 03:30:40 -0500 |
| commit | e3fa27827e7647a0ecc466f4d92097fe48fbbb43 (patch) | |
| tree | 33ba30655f555d37e3c970707b27413936e5a9ad /docs/tex/hefs.tex | |
| parent | c739255b48b3a5b2e184ca1a637f9f1f95c978ff (diff) | |
| parent | efefa7221a3fea3636a64f2bf067e2af75626f34 (diff) | |
Merge pull request #79 from nekernel-org/devv0.0.61
Kernel: OpenHeFS fixes and new components.
Diffstat (limited to 'docs/tex/hefs.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 9ec68020..1ce387a0 100644 --- a/docs/tex/hefs.tex +++ b/docs/tex/hefs.tex @@ -21,8 +21,8 @@ The High-throughput Extended File System (OpenHeFS) is a custom filesystem tailo \textbf{Name} & \textbf{Value / Description} \\ \hline \texttt{kHeFSVersion} & 0x0103 \\ -\texttt{kHeFSMagic} & " OpenHeFS" (8-byte magic identifier) \\ -\texttt{kHeFSMagicLen} & 8 \\ +\texttt{kHeFSMagic} & "OpenHeFS" (8-byte magic identifier) \\ +\texttt{kHeFSMagicLen} & 9 \\ \texttt{kHeFSBlockLen} & 512 bytes \\ \texttt{kHeFSFileNameLen} & 256 characters \\ \texttt{kHeFSPartNameLen} & 128 characters \\ |
