Subversion Repositories tendra.SVN

Rev

Rev 7 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 7u83 1
<?xml version="1.0" standalone="no"?>
2
<!DOCTYPE glossdiv PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3
  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
4
 
5
<!--
6
  $Id$
7
-->
8
 
9
<glossdiv>
10
  <title>C</title>
11
 
12
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
13
    href="entries/calculus.xml"/>
14
 
15
  <glossentry>
16
    <glossterm>command line interface</glossterm>
17
    <acronym>CLI</acronym>
18
  </glossentry>
19
 
20
  <glossentry>
21
    <glossterm>Compiling</glossterm>
22
  </glossentry>
23
 
24
  <glossentry>
25
    <glossterm>Central Processing Unit</glossterm>
26
    <acronym>CPU</acronym>
27
  </glossentry>
28
 
29
  <glossentry id="capabilityarchitecture">
30
    <glossterm>Capability Architecture</glossterm>
31
 
32
    <glossdef>
33
      <para>
34
        An architecture whereby programs do not exist
35
        in flat memory ranges, but must request a hierarchy
36
        of allocated memory ranges from the operating system.
37
        The pointers to these ranges are called capabilities.
38
      </para>
39
 
40
      <para>
41
        This design makes it impossible for a program to access
42
        memory that is not pointed to by one of the
43
        capabilities granted to the program.
44
      </para>
45
 
46
      <!-- See wikipedia. -->
47
    </glossdef>
48
  </glossentry>
49
</glossdiv>