source: rtems/doc/FAQ/concepts.t @ 62b24fe

4.104.114.84.95
Last change on this file since 62b24fe was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • Property mode set to 100644
File size: 573 bytes
Line 
1@c
2@c  COPYRIGHT (c) 1988-2002.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter RTEMS Concepts
10
11The questions in this category are hints that help basic understanding.
12
13@section RTEMS Workspace versus Program Heap
14
15The RTEMS Workspace is used to allocate space for objects created
16by RTEMS such as tasks, semaphores, message queues, etc..  It is
17primarily used during system initialization although task stacks
18and message buffer areas are also allocated from here.
19@ref{How do I determine how much memory is left?}.
Note: See TracBrowser for help on using the repository browser.