aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Developer_Documentation.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2014-12-28 14:18:03 -0500
committerKevin O'Connor <kevin@koconnor.net>2014-12-29 09:17:15 -0500
commit2c9870f9f55d9c1ecddf50eb26b777f0cea06313 (patch)
treebaacc6a13309b05953fff509eb41342aca9dc03f /docs/Developer_Documentation.md
parenta174985ee00920242933e13ae70d29fb8e67efbb (diff)
downloadseabios-2c9870f9f55d9c1ecddf50eb26b777f0cea06313.tar.gz
docs: Add page describing SeaBIOS final object linking
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Developer_Documentation.md')
-rw-r--r--docs/Developer_Documentation.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Developer_Documentation.md b/docs/Developer_Documentation.md
index 1d891e93..d50455d3 100644
--- a/docs/Developer_Documentation.md
+++ b/docs/Developer_Documentation.md
@@ -14,6 +14,9 @@ There is also information on the SeaBIOS [Memory Model](Memory Model).
Along with information on SeaBIOS [Execution and code flow](Execution
and code flow).
+A description of the process of linking the final SeaBIOS binary is
+available at [Linking overview](Linking overview).
+
To debug SeaBIOS and report problems see SeaBIOS
[debugging](Debugging).