~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/seabios/docs/Developer_Documentation.md

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This page is intended for developers interested in understanding and
 
2
enhancing SeaBIOS. Please also consider joining the [mailing
 
3
list](Mailinglist).
 
4
 
 
5
The SeaBIOS code can be obtained via the [download](Download)
 
6
page. For specific information on building SeaBIOS for coreboot,
 
7
please see the [coreboot SeaBIOS](http://www.coreboot.org/SeaBIOS)
 
8
page.
 
9
 
 
10
See details on [building SeaBIOS](Build overview).
 
11
 
 
12
There is also information on the SeaBIOS [Memory Model](Memory Model).
 
13
Along with information on SeaBIOS [Execution and code flow](Execution
 
14
and code flow). A description of the process of linking the final
 
15
SeaBIOS binary is available at [Linking overview](Linking overview).
 
16
 
 
17
The list of available runtime configuration items is at
 
18
[runtime config](Runtime_config).
 
19
 
 
20
To debug SeaBIOS and report problems see SeaBIOS
 
21
[debugging](Debugging). To contribute changes to SeaBIOS see
 
22
[contributing](Contributing).
 
23
 
 
24
Useful links to specifications is available at [Developer
 
25
links](Developer links).