Files

30 lines
749 B
TeX

%% Vol I — StarForth VM and Physics Runtime
%% SOURCE: docs/working/architecture/03-architecture/OVERVIEW.md
%% .claude/CLAUDE.md
%% TODO(bob): set official title, authors, version, and date
\input{../common/preamble}
\title{StarForth VM and Physics-Driven Adaptive Runtime\\[0.5em]
\large Volume I of the StarshipOS Technical Reference}
\author{Robert A. James}
\date{%% TODO(bob): set publication date
}
\begin{document}
\maketitle
\tableofcontents
\include{ch01-introduction}
\include{ch02-interpreter}
\include{ch03-physics-runtime}
\include{ch04-formal-verification}
\include{ch05-experimental-results}
\include{appA-build}
\include{appB-acl}
\bibliographystyle{plainnat}
\bibliography{../common/starship}
\end{document}