Added copyrights and CVS Ids.

This commit is contained in:
Joel Sherrill
1999-10-06 19:54:41 +00:00
parent f84490b190
commit 9d7b376649
10 changed files with 80 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter Code Tuning Parameters
@section Inline Thread_Enable_dispatch

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter CPU Initialization
This section describes the general CPU and system initialization sequence

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter CPU Model Variations
XXX copy some description of the portability model discussion from the

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter Development Tools
When porting RTEMS to a new CPU architecture, one will have to have a

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter IDLE Thread
@section Does Idle Thread Have a Floating Point Context?

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter Interrupts
@section Introduction

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter Miscellaneous
@section Fatal Error Default Handler

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter Priority Bitmap Manipulation
@section Introduction

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter Source Code Organization
This section describes the organization of the source code within RTEMS

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter Task Context Management
@section Introduction