Subversion Repositories HelenOS-doc

Compare Revisions

Ignore whitespace Rev 29 → Rev 30

/prjdoc/intro/intro.aux
0,0 → 1,29
\relax
\citation{helenos}
\citation{helenos-spec}
\@writefile{toc}{\contentsline {chapter}{\numberline {1}Introduction}{3}{chapter.1}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {section}{\numberline {1.1}How to read this document}{3}{section.1.1}}
\@setckpt{intro/intro}{
\setcounter{page}{4}
\setcounter{equation}{0}
\setcounter{enumi}{0}
\setcounter{enumii}{0}
\setcounter{enumiii}{0}
\setcounter{enumiv}{0}
\setcounter{footnote}{1}
\setcounter{mpfootnote}{0}
\setcounter{part}{0}
\setcounter{chapter}{1}
\setcounter{section}{1}
\setcounter{subsection}{0}
\setcounter{subsubsection}{0}
\setcounter{paragraph}{0}
\setcounter{subparagraph}{0}
\setcounter{figure}{0}
\setcounter{table}{0}
\setcounter{Item}{0}
\setcounter{Hfootnote}{1}
\setcounter{section@level}{1}
}
/prjdoc/intro/intro.tex
0,0 → 1,30
\chapter{Introduction}
 
The HelenOS project\cite{helenos} is an effort to develop
portable and general purpose operating system. Operating systems
in general are very non-trivial pieces of software. It takes many
people, many months and many tools to design and develop even medium size
and feature-limited kernel and userspace layer.
 
This report aims to document the development process of the HelenOS
operating system as it is specified in \cite{helenos-spec} and as
it has been carried out by the original six developers (i.e. \JJ,
\OP, \MD, \JV, {\JC} and \SB) in their work on Software
project\footnote{Software project is the name of a subject at MFF UK.
It is supposed to last two semesters at least.}
at Faculty of Mathematics and Physics at Charles University in
Prague. Other aspects of the wider HelenOS project (e.g. master theses
related to the topic) are not discussed here.
 
\section{How to read this document}
 
Chapter \ref{project} provides an insight into project's timeline,
planning, development. It also presents some statistic data
related to the HelenOS project.
 
Chapter \ref{developers} evaluates contributions and project dedication of
each individual developer.
 
Chapter \ref{tools} gives thorough coverage of the third-party
software involved with HelenOS and also experience comming from
using that software.