summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-31 15:55:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-31 15:55:10 +0000
commita94c5a5d6992b6dca9afec09352ab80db4643078 (patch)
tree09da48a21cc739f0871774d815761a536591e7fe /doc/user/conf.t
parentChanged bitwise OR's used to build up option and attribute sets (diff)
downloadrtems-a94c5a5d6992b6dca9afec09352ab80db4643078.tar.bz2
Changed bitwise OR's used to build up option and attribute sets
to be correct in either C or Ada. Added the interrupt disable, enable, flash, and is in progress directives. changed "97" to "1997"
Diffstat (limited to 'doc/user/conf.t')
-rw-r--r--doc/user/conf.t16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 20b88cd1ac..1412c3c849 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -35,7 +35,7 @@ configure the number of device drivers or which APIs may be used.
THe address of the user-defined Configuration Table is passed as an
argument to the initialize_executive directive, which MUST be
the first RTEMS directive called. The RTEMS Configuration Table
-is defined in the following @value{RTEMS-LANGUAGE} @value{RTEMS-STRUCTURE}:
+is defined in the following @value{LANGUAGE} @value{STRUCTURE}:
@ifset is-C
@example
@@ -151,7 +151,7 @@ The RTEMS API Configuration Table is used to configure the
managers which constitute the RTEMS API for a particular application.
For example, the user can configure the maximum number of tasks for
this application. The RTEMS API Configuration Table is defined in
-the following @value{RTEMS-LANGUAGE} @value{RTEMS-STRUCTURE}:
+the following @value{LANGUAGE} @value{STRUCTURE}:
@ifset is-C
@example
@@ -244,7 +244,7 @@ The POSIX API Configuration Table is used to configure the
managers which constitute the POSIX API for a particular application.
For example, the user can configure the maximum number of threads for
this application. The POSIX API Configuration Table is defined in
-the following @value{RTEMS-LANGUAGE} @value{RTEMS-STRUCTURE}:
+the following @value{LANGUAGE} @value{STRUCTURE}:
@ifset is-C
@example
@@ -486,7 +486,7 @@ device driver required by the application. The number of
entries is defined in the number_of_device_drivers entry in the
Configuration Table. The format of each entry in the Device
Driver Table is defined in
-the following @value{RTEMS-LANGUAGE} @value{RTEMS-STRUCTURE}:
+the following @value{LANGUAGE} @value{STRUCTURE}:
@ifset is-C
@example
@@ -543,7 +543,7 @@ is the address of the entry point called by io_control.
@end table
Driver entry points configured as NULL will always
-return a status code of SUCCESSFUL. No user code will be
+return a status code of @code{SUCCESSFUL}. No user code will be
executed in this situation.
A typical declaration for a Device Driver Table might appear as follows:
@@ -754,7 +754,7 @@ Table. Further details regarding many of the entries in the
Multiprocessor Configuration Table will be provided in the
Multiprocessing chapter. The format of the Multiprocessor
Configuration Table is defined in
-the following @value{RTEMS-LANGUAGE} @value{RTEMS-STRUCTURE}:
+the following @value{LANGUAGE} @value{STRUCTURE}:
@ifset is-C
@example
@@ -829,7 +829,7 @@ regarding its entries can be found in the next section.
@section Multiprocessor Communications Interface Table
The format of this table is defined in
-the following @value{RTEMS-LANGUAGE} @value{RTEMS-STRUCTURE}:
+the following @value{LANGUAGE} @value{STRUCTURE}:
@ifset is-C
@example
@@ -970,7 +970,7 @@ the RTEMS RAM Workspace.
The starting address of the RTEMS RAM Workspace must
be aligned on a four-byte boundary. Failure to properly align
the workspace area will result in the fatal_error_occurred
-directive being invoked with the INVALID_ADDRESS error code.
+directive being invoked with the @code{INVALID_ADDRESS} error code.
A worksheet is provided in the Memory Requirements
chapter of the Applications Supplement document for a specific