Rev 43 | Rev 46 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 43 | Rev 45 | ||
---|---|---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <chapter id="intro"> |
2 | <chapter id="intro"> |
3 | <?dbhtml filename="intro.html" ?> |
3 | <?dbhtml filename="intro.html" ?> |
4 | 4 | ||
5 | <title>Introduction</title> |
5 | <title>Introduction</title> |
6 | 6 | ||
7 | <para> <mediaobject id="helenos"> |
- | |
8 | <imageobject role="html"> |
- | |
9 | <imagedata align="center" width="197" fileref="images/helenos.gif" format="GIF" /> |
- | |
10 | </imageobject> |
- | |
11 | - | ||
12 | <imageobject role="fop"> |
- | |
13 | <imagedata style="antialiasing:true" align="center" fileref="images.vector/helenos.svg" format="SVG" /> |
- | |
14 | </imageobject> |
- | |
15 | </mediaobject></para> |
- | |
16 | - | ||
17 | <para>The HelenOS project is an effort to develop an easily portable, light |
- | |
18 | but durable operating system. HelenOS supports SMP, multitasking and |
- | |
19 | multithreading on both 32-bit and 64-bit, little-endian and big-endian, |
- | |
20 | processor architectures, among wich are AMD64/EM64T (x86-64), IA-32, IA-64 |
- | |
21 | (Itanium), 32-bit MIPS, 32-bit PowerPC and SPARC V9.</para> |
- | |
22 | - | ||
23 | <para>This manual should help you understanding design concepts of different |
7 | <para>This book describes the design and principles of the HelenOS operating |
24 | part of the operating system.</para> |
- | |
25 | - | ||
26 | <para>In case you are interested in our project or have any questions about |
- | |
27 | it, feel free to subscribe to our <ulink |
- | |
28 | url="http://www.helenos.eu/?reason=list">mailing list</ulink>. We are |
- | |
29 | looking for people to join our team or to merely try out our system and |
8 | system from the perspective of its microkernel as well as from the |
30 | become our beta testers.</para> |
9 | perspective of its userspace drivers and server tasks.</para> |
31 | </chapter> |
10 | </chapter> |
32 | 11 |