These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / seabios / docs / Developer_Documentation.md
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).