mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-06 05:28:31 +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}
|
\chapter{Serial Communication}
|
||||||
|
|
||||||
Some pheripherals such as disk drives are connected through the ``Serial Communication''.
|
Some pheripherals such as disk drives are connected through the ``Serial Communication''.
|
||||||
@@ -616,6 +645,11 @@ TODO
|
|||||||
|
|
||||||
\setlength{\extrarowheight}{\extrarowheighttwo}
|
\setlength{\extrarowheight}{\extrarowheighttwo}
|
||||||
|
|
||||||
|
\section{The Graphics Library}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\section{Graphics MMIO}
|
\section{Graphics MMIO}
|
||||||
|
|
||||||
\index{MMIO-graphics}
|
\index{MMIO-graphics}
|
||||||
|
|||||||
@@ -213,8 +213,6 @@
|
|||||||
% \input{changesmeta}
|
% \input{changesmeta}
|
||||||
|
|
||||||
\part{The Virtual Machine}
|
\part{The Virtual Machine}
|
||||||
|
|
||||||
\chapter{Virtual Machine}
|
|
||||||
\input{implementation}
|
\input{implementation}
|
||||||
|
|
||||||
\part{\thedos}
|
\part{\thedos}
|
||||||
|
|||||||
@@ -64,6 +64,6 @@ Variables can be set or changed using \textbf{SET} commands.
|
|||||||
\end{outline}
|
\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