diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-19 21:51:20 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-19 21:51:20 +0100 |
| commit | 7ec77f42f45fb3b3479818636943923b9416a170 (patch) | |
| tree | 33f608b06d865285fb6ef1eaf752ae77cbb16a17 /doc/tex/trace_server.tex | |
| parent | 465a99f17f9e8f56813f225f09a6a1a498be9deb (diff) | |
chore: {kernel, launch, libSystem}: Implementation and WiP improvements.v0.1.211
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc/tex/trace_server.tex')
| -rw-r--r-- | doc/tex/trace_server.tex | 17 |
1 files changed, 17 insertions, 0 deletions
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 |
