Mirroring from commit 106549a4362f6b499da522f8f8f5ed9f98388f87 from Coreboot upstream

This commit is contained in:
2026-02-17 08:55:05 +10:00
commit 5e919b3ee7
279 changed files with 89283 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
This page is intended for developers interested in understanding and
enhancing SeaBIOS. Please also consider joining the [mailing
list](Mailinglist.md).
The SeaBIOS code can be obtained via the [download](Download.md)
page. For specific information on building SeaBIOS for coreboot,
please see the [coreboot SeaBIOS](http://www.coreboot.org/SeaBIOS)
page.
See details on [building SeaBIOS](Build_overview.md).
There is also information on the SeaBIOS [Memory
Model](Memory_Model.md). Along with information on SeaBIOS [Execution
and code flow](Execution_and_code_flow.md). A description of the
process of linking the final SeaBIOS binary is available at [Linking
overview](Linking_overview.md).
The list of available runtime configuration items is at
[runtime config](Runtime_config.md).
To debug SeaBIOS and report problems see SeaBIOS
[debugging](Debugging.md). To contribute changes to SeaBIOS see
[contributing](Contributing.md).
Useful links to specifications is available at [Developer
links](Developer_links.md).