summaryrefslogtreecommitdiffstats
path: root/cpu-supplement/port.rst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpu-supplement/port.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpu-supplement/port.rst b/cpu-supplement/port.rst
index 68c1471..dec91a7 100644
--- a/cpu-supplement/port.rst
+++ b/cpu-supplement/port.rst
@@ -408,8 +408,8 @@ processor model and target board combination.
In each of the architecture specific chapters, this section will present a
discussion of architecture specific BSP issues. For more information on
-developing a BSP, refer to BSP and Device Driver Development Guide and the
-chapter titled Board Support Packages in the RTEMS Applications User's Guide.
+developing a BSP, refer to *RTEMS BSP and Driver Guide* chapter titled
+``Board Support Packages`` in the *RTEMS Classic API Guide*.
System Reset
------------
@@ -418,5 +418,5 @@ An RTEMS based application is initiated or re-initiated when the processor is
reset or transfer is passed to it from a boot monitor or ROM monitor.
In each of the architecture specific chapters, this subsection describes the
-actions that the BSP must tak assuming the application gets control when the
-microprocessor is reset.
+actions that the BSP must take assuming the application gets control
+when the microprocessor is reset.