Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / seabios / README
1 Welcome to the SeaBIOS project!  This project implements an X86 legacy
2 bios that is built with standard GNU tools.
3
4 Please see build and developer information at:
5
6   http://seabios.org/Developer_Documentation
7
8 For the impatient, SeaBIOS is built for QEMU and tested on QEMU with:
9
10   make
11   qemu -bios out/bios.bin
12
13 SeaBIOS can be configured with kconfig.  To change the default
14 configuration one can run "make menuconfig" prior to running "make".
15
16 For other types of builds, and for more detailed developer
17 documentation, please see the online documentation listed above.