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