Rev 8 | Rev 52 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | bondari | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" |
||
9 | bondari | 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ |
4 | <!ENTITY chintro SYSTEM "ch_intro.xml"> |
||
5 | <!ENTITY charcho SYSTEM "ch_arch_overview.xml"> |
||
6 | <!ENTITY chsched SYSTEM "ch_scheduling.xml"> |
||
7 | <!ENTITY chsynch SYSTEM "ch_synchronization.xml"> |
||
8 | <!ENTITY chmemmg SYSTEM "ch_memory_management.xml"> |
||
9 | <!ENTITY chipcom SYSTEM "ch_ipc.xml"> |
||
10 | <!ENTITY chhware SYSTEM "ch_hardware.xml"> |
||
11 | <!ENTITY chuspac SYSTEM "ch_userspace.xml"> |
||
12 | ]> |
||
13 | |||
3 | bondari | 14 | <book> |
9 | bondari | 15 | <bookinfo> |
16 | <title>HelenOS Design Documentation</title> |
||
17 | </bookinfo> |
||
3 | bondari | 18 | |
9 | bondari | 19 | <!-- Infroduction --> |
20 | &chintro; |
||
8 | bondari | 21 | |
9 | bondari | 22 | <!-- Arch overview --> |
23 | &charcho; |
||
24 | |||
25 | <!-- Scheduling --> |
||
26 | &chsched; |
||
27 | |||
28 | <!-- Synchronization --> |
||
29 | &chsynch; |
||
30 | |||
31 | <!-- Memory management --> |
||
32 | &chmemmg; |
||
33 | |||
34 | <!-- Hardware handling --> |
||
35 | &chhware; |
||
36 | |||
37 | <!-- User space --> |
||
38 | &chuspac; |
||
39 | |||
5 | bondari | 40 | </book> |