forked from Imagelibrary/rtems
2008-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/conf.t: Fix typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* user/conf.t: Fix typo.
|
||||
|
||||
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* user/conf.t: Add support for optionally having a unified work area.
|
||||
|
||||
@@ -214,7 +214,7 @@ of the RTEMS RAM Workspace.
|
||||
@item @code{CONFIGURE_UNIFIED_WORK_AREAS} configures RTEMS to use a
|
||||
single memory pool for the RTEMS Workspace and C Program Heap. If not
|
||||
defined, there will be separate memory pools for the RTEMS Workspace and
|
||||
C Program Heap. Having separate pools does haved some advantages in the
|
||||
C Program Heap. Having separate pools does have some advantages in the
|
||||
event a task blows a stack or writes outside its memory area. However,
|
||||
in low memory systems the overhead of the two pools plus the potential
|
||||
for unused memory in either pool is very undesirable.
|
||||
|
||||
Reference in New Issue
Block a user