aboutsummaryrefslogtreecommitdiff
path: root/docs/tech/source_code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tech/source_code.tex')
-rw-r--r--docs/tech/source_code.tex41
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/tech/source_code.tex b/docs/tech/source_code.tex
new file mode 100644
index 0000000..8ee7f32
--- /dev/null
+++ b/docs/tech/source_code.tex
@@ -0,0 +1,41 @@
+\chapter{Source Code}
+\label{source_code}
+
+\section{\tt mpx.h}
+\lstinputlisting{../../mpx.h}
+
+\section{\tt clock.c}
+\lstinputlisting{../../clock.c}
+
+\section{\tt com.c}
+\lstinputlisting{../../com.c}
+
+\section{\tt comhan.c}
+\lstinputlisting{../../comhan.c}
+
+\section{\tt dcb.c}
+\lstinputlisting{../../dcb.c}
+
+\section{\tt direct.c}
+\lstinputlisting{../../direct.c}
+
+\section{\tt io.c}
+\lstinputlisting{../../io.c}
+
+\section{\tt load.c}
+\lstinputlisting{../../load.c}
+
+\section{\tt main.c}
+\lstinputlisting{../../main.c}
+
+\section{\tt pcb.c}
+\lstinputlisting{../../pcb.c}
+
+\section{\tt printer.c}
+\lstinputlisting{../../printer.c}
+
+\section{\tt sys\_req.c}
+\lstinputlisting{../../sys_req.c}
+
+\section{\tt sys\_sppt.c}
+\lstinputlisting{../../sys_sppt.c}