55 lines
1.6 KiB
TeX
55 lines
1.6 KiB
TeX
%% Vol III, Chapter 5 — Roadmap
|
|
%% SOURCE: ROADMAP.md (project root)
|
|
%% .claude/CLAUDE.md (Roadmap section)
|
|
|
|
\chapter{Roadmap}
|
|
\label{vol3:chap:roadmap}
|
|
|
|
%% TODO(bob): intro paragraph — from VM to Kernel to OS to FPGA.
|
|
|
|
\section{Timeline Summary}
|
|
\label{vol3:sec:roadmap:timeline}
|
|
|
|
%% SOURCE: .claude/CLAUDE.md (Roadmap section)
|
|
|
|
\begin{table}[ht]
|
|
\centering
|
|
\caption{StarshipOS development roadmap}
|
|
\label{tab:roadmap}
|
|
\begin{tabular}{llll}
|
|
\toprule
|
|
2025 (done) & 2026 & 2027 & 2028 \\
|
|
\midrule
|
|
StarForth VM & StarKernel & StarshipOS & FPGA Hardware \\
|
|
FORTH-79 VM done & Bare metal & Self-hosting & Custom silicon \\
|
|
& M0--M6 done & Storage, net & Feasibility study \\
|
|
& M7 in progress & Multitask, self-compile & \\
|
|
\bottomrule
|
|
\end{tabular}
|
|
\end{table}
|
|
|
|
\section{LithosAnanke Roadmap}
|
|
\label{vol3:sec:roadmap:lithos}
|
|
|
|
%% SOURCE: .claude/CLAUDE.md (LithosAnanke roadmap)
|
|
|
|
\begin{itemize}
|
|
\item \texttt{v1.0.x} — serial-only production (current)
|
|
\item \texttt{v1.5.0} — framebuffer VT100 terminal milestone
|
|
\item \texttt{v2.0.0} — StarForth SDK release
|
|
\end{itemize}
|
|
|
|
\section{StarshipOS}
|
|
\label{vol3:sec:roadmap:starshipos}
|
|
|
|
%% TODO(bob): describe the StarshipOS vision: self-hosting OS with storage,
|
|
%% networking, multitasking, and self-compilation capabilities.
|
|
|
|
\section{FPGA / Custom Silicon}
|
|
\label{vol3:sec:roadmap:fpga}
|
|
|
|
%% TODO(bob): describe the 2028 FPGA feasibility study goal.
|
|
%% Note: patent-adjacent if this concerns hardware implementation of the
|
|
%% physics-driven adaptive runtime.
|
|
%% %% TODO(bob): PATENT — flag with counsel before expanding this section.
|