summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-21 09:09:33 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-21 09:25:16 +0100
commit463e7472e737fb8259a30304e729772041ea5498 (patch)
tree0cd4aee9d7d0eea2d5279f76bf37fd6887fbc65d /docs
parentc464e5800961c809c73d4180f8a66885b53c63d7 (diff)
feat: kernel: NeKit improvements and new TOML file.
feat: frameworks: CoreFoundation improvements and new KTest framework. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/tex/hefs.tex4
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 \\