summaryrefslogtreecommitdiffhomepage
path: root/doc/tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex')
-rw-r--r--doc/tex/openhefs.tex2
-rw-r--r--doc/tex/trace_server.tex17
2 files changed, 18 insertions, 1 deletions
diff --git a/doc/tex/openhefs.tex b/doc/tex/openhefs.tex
index 136d651c..8503bcd0 100644
--- a/doc/tex/openhefs.tex
+++ b/doc/tex/openhefs.tex
@@ -12,7 +12,7 @@
\maketitle
-\section{Overview}
+\section{Abstract}
The High-throughput Extended File System (OpenHeFS) is a custom filesystem tailored for performance, structure, and compact representation. It uses red-black trees for directory indexing, sparse block slicing for file layout, and fixed-size metadata structures optimized for 512-byte sector alignment.
\section{Constants and Macros}
diff --git a/doc/tex/trace_server.tex b/doc/tex/trace_server.tex
new file mode 100644
index 00000000..55ef491b
--- /dev/null
+++ b/doc/tex/trace_server.tex
@@ -0,0 +1,17 @@
+\documentclass{article}
+\usepackage{graphicx}
+
+\title{TraceSrv: The Trace Subsystem}
+\author{Amlal El Mahrouss}
+\date{\today}
+
+\begin{document}
+
+\maketitle
+
+\begin{abstract}
+{The Trace Subsystem in NeKernel is responsible for handling tracing and debugging functionalities within the operating system kernel.
+This document provides an overview of the design and components of the Trace Subsystem, including its message structures and communication protocols.}
+\end{abstract}
+
+\end{document} \ No newline at end of file