Subversion Repositories HelenOS-doc

Rev

Rev 131 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 131 Rev 133
Line 1... Line 1...
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<chapter id="ds">
2
<chapter id="ds">
3
  <?dbhtml filename="ds.html"?>
3
  <?dbhtml filename="ds.html"?>
4
 
4
 
5
  <title>Data structures</title>
5
  <title>Data Structures</title>
6
 
6
 
7
  <para>There is lots of data that either flows through various HelenOS
7
  <para>There is lots of data that either flows through various HelenOS
8
  subsystems or is stored directly by them. Each subsystem uses its own data
8
  subsystems or is stored directly by them. Each subsystem uses its own data
9
  structures to represent the data. These data structures need to be kept
9
  structures to represent the data. These data structures need to be kept
10
  somewhere. In order to work efficiently, HelenOS, and especially its kernel,
10
  somewhere. In order to work efficiently, HelenOS, and especially its kernel,