aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2015-09-08 14:28:19 -0400
committerKevin O'Connor <kevin@koconnor.net>2015-09-08 14:28:19 -0400
commit75cb2b962d9c9e55afc5bae58d770f6ccdc826da (patch)
tree9c22ca0f7fbcf0e51568e59473057b02dd057758 /docs
parent1fb9e0827687a4d5fda3cd945882a181bba5d5d7 (diff)
downloadseabios-hppa-75cb2b962d9c9e55afc5bae58d770f6ccdc826da.zip
seabios-hppa-75cb2b962d9c9e55afc5bae58d770f6ccdc826da.tar.gz
seabios-hppa-75cb2b962d9c9e55afc5bae58d770f6ccdc826da.tar.bz2
docs: Minor - add "code relocation" link to "Execution and code flow" document
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Execution_and_code_flow.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Execution_and_code_flow.md b/docs/Execution_and_code_flow.md
index 9396eca..a54776e 100644
--- a/docs/Execution_and_code_flow.md
+++ b/docs/Execution_and_code_flow.md
@@ -36,7 +36,7 @@ process.
The POST phase itself has several sub-phases.
-* The "preinit" sub-phase: code run prior to code relocation.
+* The "preinit" sub-phase: code run prior to [code relocation](Linking overview#Code relocation).
* The "init" sub-phase: code to initialize internal variables and
interfaces.
* The "setup" sub-phase: code to setup hardware and drivers.