diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-04 11:25:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-04 11:25:04 +0200 |
| commit | 6789dd7d88a192e3f55b95798cb393e7d12f368a (patch) | |
| tree | 7f04815ad5214f97d0fb2becceceed7ce8089b3d /meta/tex/embfs.tex | |
| parent | 443588a42fe9cf48b5f63184b94afe483cb0e761 (diff) | |
| parent | fda7082c54ad46a56ac885d4686b82bad8dbc7c9 (diff) | |
Merge pull request #4 from amlel-el-mahrouss/devv1.0.43
OCL — v1.0.43
Diffstat (limited to 'meta/tex/embfs.tex')
| -rw-r--r-- | meta/tex/embfs.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/tex/embfs.tex b/meta/tex/embfs.tex index e72d4b4..2d5c60e 100644 --- a/meta/tex/embfs.tex +++ b/meta/tex/embfs.tex @@ -25,7 +25,7 @@ \title{Embedded File System (EMBFS) Specification} \author{Amlal El Mahrouss} -\date{2025} +\date{\today} \begin{document} @@ -37,7 +37,7 @@ The \textbf{Embedded File System (EMBFS)} is a compact and minimal filesystem de \section{Namespace} The EMBFS implementation resides under: \begin{lstlisting} -namespace snu::embfs +namespace ocl::embfs \end{lstlisting} \section{Supported Logical Block Addressing (LBA) Modes} @@ -135,7 +135,7 @@ Represents a fixed-size array of 12 inodes within a given partition. \begin{itemize} \item Copyright © 2025 Amlal El Mahrouss \item All rights reserved. - \item For questions or licensing requests, contact: \texttt{founder@snu.systems} + \item For questions or licensing requests, contact: \texttt{amlal@nekernel.org} \end{itemize} \end{document}
\ No newline at end of file |
