summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/target.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-08-22 13:14:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-08-22 13:14:31 +0000
commit94a762cb5241dde91751dc0451ec9a7a2b92581a (patch)
treee43af2061974e3c81877fa6426f80632fae1b358 /doc/bsp_howto/target.t
parent2003-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-94a762cb5241dde91751dc0451ec9a7a2b92581a.tar.bz2
2003-08-22 Joel Sherrill <joel@OARcorp.com>
* adaintr.t, ata.t, target.t: Reconcile differences between CVS trunk and 4.6 branch.
Diffstat (limited to '')
-rw-r--r--doc/bsp_howto/target.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bsp_howto/target.t b/doc/bsp_howto/target.t
index 026a2de302..5c285650fb 100644
--- a/doc/bsp_howto/target.t
+++ b/doc/bsp_howto/target.t
@@ -26,7 +26,7 @@ into one of the following categories.
This class of code includes the foundation
routines for the executive proper such as the context switch and
the interrupt subroutine implementations. Sources for the supported
-processor families can be found in @code{c/src/exec/score/cpu}.
+processor families can be found in @code{cpukit/score/cpu}.
A good starting point for a new family of processors is the
@code{no_cpu} directory, which holds both prototypes and
descriptions of each needed CPU dependent function.
@@ -34,7 +34,7 @@ descriptions of each needed CPU dependent function.
CPU dependent code is further subcategorized if the implementation is
dependent on a particular CPU model. For example, the MC68000 and MC68020
processors are both members of the m68k CPU family but there are significant
-differents between these CPU models which RTEMS must take into account.
+differences between these CPU models which RTEMS must take into account.
@section Board Dependent
@@ -115,7 +115,7 @@ The CPU dependent files in the RTEMS executive source code are found
in the following directory:
@example
-c/src/exec/score/cpu/@i{CPU}
+cpukit/score/cpu/@i{CPU}
@end example
where @i{CPU} is replaced with the CPU family name.