[docs] Various.

This commit is contained in:
Kevin Lange 2011-03-19 17:01:56 -05:00
parent d71f526013
commit 8f6136c03a
3 changed files with 38 additions and 7 deletions

View File

@ -50,8 +50,9 @@
\thispagestyle{empty}
\end{titlepage}
% We're now on page 2.
\setcounter{page}{2}
% We're now on page 1.
\setcounter{page}{1}
\thispagestyle{fancy}
% Table of Contents
\cleardoublepage
@ -59,6 +60,10 @@
%% BEGIN DOCUMENT CONTENTS %%
% History
\clearpage
\input{history.tex}
% Introduction
\clearpage
\input{intro.tex}

26
docs/history.tex Normal file
View File

@ -0,0 +1,26 @@
\section{History}
\subsection{Documentation History}
This is the first edition of the \toarutitle. Writing of this documentation began on March 17th, 2011. This section is reserved to document future changes to this documentation.
\subsubsection{Revision History}
\begin{itemize}
\item 2011-03-17 \emph{Documentation work begins}
\end{itemize}
\subsection{Kernel History}
For a complete history of the ToAruOS Kernel, please reference the git commit logs.
\subsubsection{Revision History}
\begin{itemize}
\item 2011-01-15 \emph{Initial commit}
\item 2011-01-20 \emph{Memory paging}
\item 2011-01-28 \emph{EXT2 in-memory read support}
\item 2011-02-04 \emph{Ramdisk moved to \texttt{genext2fs}}
\item 2011-02-07 \emph{Kernel debug shell}
\item 2011-02-10 \emph{Moved to clang for compilation}
\item 2011-02-19 \emph{Serial console}
\end{itemize}
\subsection{Userspace History}
No userspace applications or libraries currently exist.

View File

@ -3,10 +3,10 @@
\section{Introduction}
\subsection{Purpose}
TODO
\subsection{Goals}
\subsection{The ToAruOS Project}
This project was started in the winter of 2010-2011 with the goal of building, from scratch, a kernel and associated user-space designed with modern concepts and standardized hardware in mind.
\subsection{Roadmap}
TODO