diff options
Diffstat (limited to 'ports/ARM7')
-rw-r--r-- | ports/ARM7/port.dox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/ARM7/port.dox b/ports/ARM7/port.dox index 016d2aceb..f73b85875 100644 --- a/ports/ARM7/port.dox +++ b/ports/ARM7/port.dox @@ -149,13 +149,13 @@ *
* <h2>Startup Process</h2>
* The startup process, as implemented, is the following:
- * -# Initialize the various stacks assigning them the sizes defined in the
+ * -# The stacks are initialized by assigning them the sizes defined in the
* linker script (usually named @p ch.ld). Stack areas are allocated from
* the highest RAM location downward.
* -# The ARM state is switched to System with both IRQ and FIQ sources
* disabled.
- * -# An early initialization routine @p hwinit0 is invoked, if the symbol not
- * defined then an empty default routine is executed (weak symbol).
+ * -# An early initialization routine @p hwinit0 is invoked, if the symbol is
+ * not defined then an empty default routine is executed (weak symbol).
* -# DATA and BSS segments are initialized.
* -# A late initialization routine @p hwinit1 is invoked, if the symbol not
* defined then an empty default routine is executed (weak symbol).<br>
@@ -175,7 +175,7 @@ * - @p __fiq_stack_size__ FIQ service stack size.
* - @p __irq_stack_size__ IRQ service stack size.
* - @p __svc_stack_size__ SVC service stack size.
- * - @p __sys_stack_size__ System/User stack size. This is the stack used
+ * - @p __sys_stack_size__ System/User stack size. This is the stack area used
* by the @p main() function.
* - @p _textdata address of the data segment source read only data.
* - @p _data data segment start location.
|