Developer Documentation: Difference between revisions

From SeaBIOS
Jump to navigation Jump to search
(Created page with "This page is intended for developers interested in understanding and enhancing SeaBIOS. Please also consider joining the mailing list. The SeaBIOS code can be...")
 
(Add page on available CBFS/fw_cfg runtime config files)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page is intended for developers interested in understanding and enhancing SeaBIOS. Please also consider joining the [[Mailinglist|mailing list]].
This page is intended for developers interested in understanding and enhancing SeaBIOS. Please also consider joining the [[Mailinglist|mailing list]].


The SeaBIOS code can be obtained via the [[Download|download]] page. Please see the '''README''' file in the source code repository for information on building SeaBIOS.  For specific information on building SeaBIOS for coreboot, please see the [http://www.coreboot.org/SeaBIOS coreboot SeaBIOS] page.  For information on building SeaBIOS for use as a Compatibility Support Module with UEFI, please see the '''README.CSM''' file in the source code repository.
The SeaBIOS code can be obtained via the [[Download|download]] page. For specific information on building SeaBIOS for coreboot, please see the [http://www.coreboot.org/SeaBIOS coreboot SeaBIOS] page.


There is also information on the SeaBIOS [[Memory Model]].
See details on [[Build%20overview|building SeaBIOS]].


Along with information on SeaBIOS [[Execution and code flow]].
There is also information on the SeaBIOS [[Memory%20Model|Memory Model]]. Along with information on SeaBIOS [[Execution%20and%20code%20flow|Execution and code flow]]. A description of the process of linking the final SeaBIOS binary is available at [[Linking%20overview|Linking overview]].


Useful links to specifications is available at [[Developer links]].
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 [[Contributing|contributing]].
 
Useful links to specifications is available at [[Developer%20links|Developer links]].

Latest revision as of 16:22, 24 February 2015

This page is intended for developers interested in understanding and enhancing SeaBIOS. Please also consider joining the mailing list.

The SeaBIOS code can be obtained via the download page. For specific information on building SeaBIOS for coreboot, please see the coreboot SeaBIOS page.

See details on building SeaBIOS.

There is also information on the SeaBIOS Memory Model. Along with information on SeaBIOS Execution and code flow. A description of the process of linking the final SeaBIOS binary is available at Linking overview.

The list of available runtime configuration items is at runtime config.

To debug SeaBIOS and report problems see SeaBIOS debugging. To contribute changes to SeaBIOS see contributing.

Useful links to specifications is available at Developer links.