From adee597960ce3c5ff0ce303ae9ac25b7eebdfe32 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 May 2000 19:45:17 +0000 Subject: Numerous changes based on comments from Stephan Wilms including a new section in the Getting Started called "Where to Go From Here", lots of index entries added, and more configuration table information. --- doc/user/example.texi | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/user/example.texi') 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 */ -- cgit v1.2.3