diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-27 12:28:55 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-27 12:31:41 +0200 |
| commit | b4f35dbe44e07b597c3e7bb6d7562757069a7cb4 (patch) | |
| tree | 88af99a2cca9c514536b4b61785fa67b3543429c /meta/tex/embfs.tex | |
| parent | fbda49eea45ce08b9a72744c04761e1556ebd2fa (diff) | |
feat: moved SOCL into OCL, without SNU's baggage.v1.0.41
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
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 |
