summaryrefslogtreecommitdiffstats
path: root/doc/user/example.texi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-04 19:45:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-04 19:45:17 +0000
commitadee597960ce3c5ff0ce303ae9ac25b7eebdfe32 (patch)
tree4c316747f2c69a4a96edc22964add7939a965c72 /doc/user/example.texi
parentNew file. (diff)
downloadrtems-adee597960ce3c5ff0ce303ae9ac25b7eebdfe32.tar.bz2
Numerous changes based on comments from Stephan Wilms <Stephan.Wilms@CWA.de>
including a new section in the Getting Started called "Where to Go From Here", lots of index entries added, and more configuration table information.
Diffstat (limited to 'doc/user/example.texi')
-rw-r--r--doc/user/example.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/user/example.texi b/doc/user/example.texi
index 70f6e32ea0..50ab07c4c4 100644
--- a/doc/user/example.texi
+++ b/doc/user/example.texi
@@ -18,8 +18,11 @@
* application. It contains a Configuration Table, a
* user initialization task, and a simple task.
*
- * This example assumes that a board support package exists
- * and invokes the initialize_executive() directive.
+ * This example assumes that a board support package exists.
+ *
+ * Most applications will actually use the confdefs.h method
+ * to generate their configuration. This is provided primarily
+ * for reference.
*/
#include "rtems.h"
@@ -40,7 +43,7 @@ rtems_initialization_tasks_table init_task = @{
@};
rtems_configuration_table User_Configuration_Table = @{
- NULL, /* filled in by the BSP */
+ NULL, /* dynamically assigned by the BSP */
65536, /* executive RAM size */
2, /* maximum tasks */
0, /* maximum timers */