From 211cafba7fffec27986d8e5e9b3826af94e4e383 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 16 Apr 2008 18:30:16 +0000 Subject: 2008-04-16 Joel Sherrill * user/bsp.t, user/conf.t, user/init.t, user/intr.t, user/overview.t, user/timer.t: Correct default values. Make it clear that confdefs.h calculates the memory required for you. --- doc/user/init.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/user/init.t') diff --git a/doc/user/init.t b/doc/user/init.t index 375cc6ea0f..3dc368f9d1 100644 --- a/doc/user/init.t +++ b/doc/user/init.t @@ -1,5 +1,5 @@ @c -@c COPYRIGHT (c) 1988-2007. +@c COPYRIGHT (c) 1988-2008. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. @c @@ -37,7 +37,7 @@ they are defined in the User Initialization Tasks Table and automatically created and started by RTEMS as part of its initialization sequence. Since the initialization tasks are scheduled using the same algorithm as all other RTEMS tasks, -they must be configured at a priority and mode which will insure +they must be configured at a priority and mode which will ensure that they will complete execution before other application tasks execute. Although there is no upper limit on the number of initialization tasks, an application is required to define at @@ -57,7 +57,7 @@ initialization tasks. The System Initialization Task is responsible for initializing all device drivers. As a result, this task has a -higher priority than all other tasks to insure that no +higher priority than all other tasks to ensure that no application tasks executes until all device drivers are initialized. After device initialization in a single processor system, this task will delete itself. -- cgit v1.2.3