diff options
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 \\ |
