aboutsummaryrefslogtreecommitdiff
path: root/docs/tech/source_code.tex
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-04-01 20:47:40 -0400
committerBen Burwell <ben@benburwell.com>2015-04-01 20:47:40 -0400
commit4a04db9470cc0492a4bfb9752de14d8e12209177 (patch)
tree52ea5efdefb181ed9b76d3e749766f2924b69044 /docs/tech/source_code.tex
parentd8463e5ebbf8805c30ee6402e6667eb5f78446cc (diff)
add docs
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}