]> xenbits.xensource.com Git - seabios.git/commitdiff
docs: Minor - add "code relocation" link to "Execution and code flow" document
authorKevin O'Connor <kevin@koconnor.net>
Tue, 8 Sep 2015 18:28:19 +0000 (14:28 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 8 Sep 2015 18:28:19 +0000 (14:28 -0400)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
docs/Execution_and_code_flow.md

index 9396ecaa4afb89eedbdaf234d11253286c99b45e..a54776eef14009a564c552e3977ae1302e334fbb 100644 (file)
@@ -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.