Rev 11 | Rev 43 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9 | bondari | 1 | <?xml version="1.0" encoding="UTF-8"?> |
41 | jermar | 2 | <chapter id="intro"> |
3 | <?dbhtml filename="intro.html" ?> |
||
9 | bondari | 4 | |
5 | <title>Introduction</title> |
||
6 | |||
41 | jermar | 7 | <graphic align="center" depth="" fileref="images/helenos.gif" format="GIF" |
8 | width="197" /> |
||
9 | bondari | 9 | |
41 | jermar | 10 | <para>The HelenOS project is an effort to develop an easily portable, light |
11 | but durable operating system. HelenOS supports SMP, multitasking and |
||
12 | multithreading on both 32-bit and 64-bit, little-endian and big-endian, |
||
13 | processor architectures, among wich are AMD64/EM64T (x86-64), IA-32, IA-64 |
||
14 | (Itanium), 32-bit MIPS, 32-bit PowerPC and SPARC V9.</para> |
||
9 | bondari | 15 | |
41 | jermar | 16 | <para>This manual should help you understanding design concepts of different |
17 | part of the operating system.</para> |
||
9 | bondari | 18 | |
41 | jermar | 19 | <para>In case you are interested in our project or have any questions about |
20 | it, feel free to subscribe to our <ulink |
||
21 | url="http://www.helenos.eu/?reason=list">mailing list</ulink>. We are |
||
22 | looking for people to join our team or to merely try out our system and |
||
23 | become our beta testers.</para> |
||
24 | </chapter> |