diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2015-02-19 14:30:10 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2015-02-19 14:35:54 -0500 |
commit | ea4e74185ee014e09767158b06ac8f96bd0f8b5f (patch) | |
tree | cd419ad727fe979573821cec2164134a24aba210 /docs/Developer_Documentation.md | |
parent | 39ac00df842192490f719d682a550631527f95dd (diff) | |
download | seabios-ea4e74185ee014e09767158b06ac8f96bd0f8b5f.tar.gz |
docs: Add page on available CBFS/fw_cfg runtime config files
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Developer_Documentation.md')
-rw-r--r-- | docs/Developer_Documentation.md | 8 |
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 |