29 lines
755 B
TeX
29 lines
755 B
TeX
%% Vol II — LithosAnanke Kernel and Capsule System
|
|
%% SOURCE: .claude/CLAUDE.md (LithosAnanke / StarKernel section)
|
|
%% docs/working/architecture/03-architecture/OVERVIEW.md
|
|
%% TODO(bob): set official title, authors, version, and date
|
|
|
|
\input{../common/preamble}
|
|
|
|
\title{LithosAnanke Kernel and Capsule System\\[0.5em]
|
|
\large Volume II of the StarshipOS Technical Reference}
|
|
\author{Robert A. James}
|
|
\date{%% TODO(bob): set publication date
|
|
}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\tableofcontents
|
|
|
|
\include{ch01-kernel-architecture}
|
|
\include{ch02-capsule-system}
|
|
\include{ch03-acl-security}
|
|
\include{ch04-platform-support}
|
|
\include{ch05-jacquard}
|
|
\include{appA-qemu}
|
|
|
|
\bibliographystyle{plainnat}
|
|
\bibliography{../common/starship}
|
|
|
|
\end{document}
|