More updates.

This commit is contained in:
Joel Sherrill
2000-05-05 15:22:24 +00:00
parent 6e583671ac
commit e95cfafb10
2 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ RTEMS provides the @code{confdefs.h} C language header file that
based on the setting of a variety of macros can automatically based on the setting of a variety of macros can automatically
produce nearly all of the configuration tables required produce nearly all of the configuration tables required
by an RTEMS application. Rather than building the individual by an RTEMS application. Rather than building the individual
tables by hand. the application simply specifies the values tables by hand, the application simply specifies the values
for the configuration parameters it wishes to set. In the following for the configuration parameters it wishes to set. In the following
example, the configuration information for a simple system with example, the configuration information for a simple system with
a message queue and a time slice of 50 milliseconds is configured: a message queue and a time slice of 50 milliseconds is configured:
@@ -1803,8 +1803,8 @@ of memory required more accurate:
@itemize @bullet @itemize @bullet
CONFIGURE_MEMORY_OVERHEAD @item @code{CONFIGURE_MEMORY_OVERHEAD}
CONFIGURE_EXTRA_TASK_STACKS @item @code{CONFIGURE_EXTRA_TASK_STACKS}
@end itemize @end itemize

View File

@@ -159,7 +159,7 @@ It has been ported to the following processor families:
@item PowerPC @item PowerPC
@item SPARC @item SPARC
@item Hewlett Packard PA-RISC @item Hewlett Packard PA-RISC
@item Hitach SH @item Hitachi SH
@item AMD A29K @item AMD A29K
@item UNIX @item UNIX
@end itemize @end itemize