summaryrefslogtreecommitdiffstats
path: root/doc/supplements/i386/bsp.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/supplements/i386/bsp.texi')
-rw-r--r--doc/supplements/i386/bsp.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/supplements/i386/bsp.texi b/doc/supplements/i386/bsp.texi
index 61fd0802da..6ec6b23eca 100644
--- a/doc/supplements/i386/bsp.texi
+++ b/doc/supplements/i386/bsp.texi
@@ -65,7 +65,9 @@ executed after a reset is actually at 0xFFFFFFF0 because the i386 asserts
the upper twelve address until the first intersegment (FAR) JMP or CALL
instruction. When a JMP or CALL is executed, the upper twelve address
lines are lowered and the processor begins executing in the first megabyte
-of memory. @end itemize
+of memory.
+
+@end itemize
Typically, an intersegment JMP to the application's initialization code is
placed at address 0xFFFFFFF0.