Statistics
| Branch: | Revision:

root / hw / i386 / bios-linker-loader.h @ c428c5a2

History | View | Annotate | Download (952 Bytes)

# Date Author Comment
bc702329 10/14/2013 05:48 pm Michael S. Tsirkin

i386: add bios linker/loader

This adds a dynamic bios linker/loader.
This will be used by acpi table generation
code to:
- load each table in the appropriate memory segment
- link tables to each other
- fix up checksums after said linking

Reviewed-by: Gerd Hoffmann <>...