Rev 20 | Rev 37 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 27 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | ||
3 | <chapter id="architecture"><?dbhtml filename="arch.html"?> |
3 | <chapter id="architecture"><?dbhtml filename="arch.html"?> |
4 | <title>Architecture overview</title> |
4 | <title>Architecture overview</title> |
5 | <section> |
5 | <section> |
- | 6 | <title>Scheme</title> |
|
- | 7 | <para> |
|
- | 8 | <mediaobject id="arch1"> |
|
- | 9 | <imageobject role="html"> |
|
- | 10 | <imagedata format="PNG" fileref="images/arch1.png"/> |
|
- | 11 | </imageobject> |
|
- | 12 | ||
- | 13 | <imageobject role="fop"> |
|
- | 14 | <imagedata format="SVG" fileref="images.vector/arch1.svg" /> |
|
- | 15 | </imageobject> |
|
- | 16 | </mediaobject> |
|
- | 17 | </para> |
|
- | 18 | </section> |
|
- | 19 | <section> |
|
6 | <title>Task</title> |
20 | <title>Task</title> |
7 | <para>Task ID - unique 64 bit number. Used for syscalls.</para> |
21 | <para>Task ID - unique 64 bit number. Used for syscalls.</para> |
8 | <para>Contains threads</para> |
22 | <para>Contains threads</para> |
9 | <para>Address space is created per task</para> |
23 | <para>Address space is created per task</para> |
10 | <para>Memory mapping is per task</para> |
24 | <para>Memory mapping is per task</para> |