Subversion Repositories HelenOS-doc

Compare Revisions

Ignore whitespace Rev 44 → Rev 45

/design/trunk/src/ch_intro.xml
4,28 → 4,7
 
<title>Introduction</title>
 
<para> <mediaobject id="helenos">
<imageobject role="html">
<imagedata align="center" width="197" fileref="images/helenos.gif" format="GIF" />
</imageobject>
<imageobject role="fop">
<imagedata style="antialiasing:true" align="center" fileref="images.vector/helenos.svg" format="SVG" />
</imageobject>
</mediaobject></para>
 
<para>The HelenOS project is an effort to develop an easily portable, light
but durable operating system. HelenOS supports SMP, multitasking and
multithreading on both 32-bit and 64-bit, little-endian and big-endian,
processor architectures, among wich are AMD64/EM64T (x86-64), IA-32, IA-64
(Itanium), 32-bit MIPS, 32-bit PowerPC and SPARC V9.</para>
 
<para>This manual should help you understanding design concepts of different
part of the operating system.</para>
 
<para>In case you are interested in our project or have any questions about
it, feel free to subscribe to our <ulink
url="http://www.helenos.eu/?reason=list">mailing list</ulink>. We are
looking for people to join our team or to merely try out our system and
become our beta testers.</para>
<para>This book describes the design and principles of the HelenOS operating
system from the perspective of its microkernel as well as from the
perspective of its userspace drivers and server tasks.</para>
</chapter>