mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
docdoc
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
\chapter{Virtual Machine}
|
||||
|
||||
\section{Specs}
|
||||
|
||||
|
||||
\section{Built-in Commands}
|
||||
|
||||
\subsection{Console}
|
||||
|
||||
|
||||
|
||||
\subsection{System}
|
||||
|
||||
|
||||
|
||||
\subsection{Gzip}
|
||||
|
||||
|
||||
|
||||
\subsection{Base64}
|
||||
|
||||
|
||||
|
||||
\subsection{Sys}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\chapter{Serial Communication}
|
||||
|
||||
Some pheripherals such as disk drives are connected through the ``Serial Communication''.
|
||||
@@ -616,6 +645,11 @@ TODO
|
||||
|
||||
\setlength{\extrarowheight}{\extrarowheighttwo}
|
||||
|
||||
\section{The Graphics Library}
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Graphics MMIO}
|
||||
|
||||
\index{MMIO-graphics}
|
||||
|
||||
@@ -213,8 +213,6 @@
|
||||
% \input{changesmeta}
|
||||
|
||||
\part{The Virtual Machine}
|
||||
|
||||
\chapter{Virtual Machine}
|
||||
\input{implementation}
|
||||
|
||||
\part{\thedos}
|
||||
|
||||
@@ -64,6 +64,6 @@ Variables can be set or changed using \textbf{SET} commands.
|
||||
\end{outline}
|
||||
|
||||
|
||||
\section{The Graphics Library}
|
||||
\section{The GL}
|
||||
|
||||
\index{gl (DOS)}Functions in the graphics libraries can be found under the \textbf{gl} namespace.
|
||||
\index{gl (DOS)}Functions in the \thedos\ graphics libraries can be found under the \textbf{gl} namespace.
|
||||
|
||||
Reference in New Issue
Block a user