Rev 131 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 131 | Rev 151 | ||
---|---|---|---|
Line 2... | Line 2... | ||
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>HelenOS is a portable operating system with support for a variety of modern |
|
- | 8 | processor architectures<footnote> |
|
- | 9 | <para>amd64, ia32, ia64, mips32 and ppc32.</para> |
|
- | 10 | </footnote>.</para> |
|
- | 11 | ||
7 | <para>This book describes the design and principles of the HelenOS operating |
12 | <para>This book describes the design and principles of the HelenOS operating |
8 | system from the perspective of its microkernel as well as from the |
13 | system from the perspective of its microkernel as well as from the |
9 | perspective of its userspace drivers and server tasks. Its primary goal is |
14 | perspective of its userspace drivers and server tasks. Its primary goal is |
10 | to present ideas behind each subsystem and highlight things that are |
15 | to present ideas behind each subsystem and highlight things that are |
11 | specific to HelenOS. Although this text contains references to source code |
16 | specific to HelenOS. Although this text contains references to source code |