diff options
| author | Amlal <amlal@nekernel.org> | 2025-04-25 15:24:52 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-04-25 15:24:52 +0200 |
| commit | a2bc9eee9184a81d80ab54a09bd239ed26d5293e (patch) | |
| tree | b030c689db1428ce198170f6b517948f2adec770 /docs | |
| parent | 982b34a1a6018626177df72b549313cf21b20f80 (diff) | |
dev, kernel: improve nefs format method, hefs format method.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tex/hefs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tex/hefs.tex b/docs/tex/hefs.tex index d20dfa5e..c9f7886d 100644 --- a/docs/tex/hefs.tex +++ b/docs/tex/hefs.tex @@ -45,7 +45,7 @@ HeFS is a custom filesystem developed as part of the NeKernel project. It offers \verb|fVersion| & \verb|UInt32| & Filesystem version (e.g., 0x0100) \\ \verb|fSectorCount| & \verb|UInt64| & Total sector count \\ \verb|fSectorSize| & \verb|UInt64| & Size of each sector \\ -\verb|fDriveKind| & \verb|UInt8| & Type of drive (e.g., HDD, SSD, USB) \\ +\verb|fDiskKind| & \verb|UInt8| & Type of drive (e.g., HDD, SSD, USB) \\ \verb|fEncoding| & \verb|UInt8| & Encoding mode (UTF-8, UTF-16, etc.) \\ \verb|fStartIND| & \verb|UInt64| & Starting LBA of inode tree \\ \verb|fEndIND| & \verb|UInt64| & Ending LBA of inode tree \\ |
