aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Developer_Documentation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Developer_Documentation.md')
-rw-r--r--docs/Developer_Documentation.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Developer_Documentation.md b/docs/Developer_Documentation.md
index 843d6121..24bf48a3 100644
--- a/docs/Developer_Documentation.md
+++ b/docs/Developer_Documentation.md
@@ -10,12 +10,12 @@ page.
See details on [building SeaBIOS](Build overview).
There is also information on the SeaBIOS [Memory Model](Memory Model).
-
Along with information on SeaBIOS [Execution and code flow](Execution
-and code flow).
+and code flow). A description of the process of linking the final
+SeaBIOS binary is available at [Linking overview](Linking overview).
-A description of the process of linking the final SeaBIOS binary is
-available at [Linking overview](Linking overview).
+The list of available runtime configuration items is at
+[runtime config](Runtime_config).
To debug SeaBIOS and report problems see SeaBIOS
[debugging](Debugging). To contribute changes to SeaBIOS see