blob: e18be16fcdc2585953830d0219d336b012a5b149 [file] [log] [blame]
Kevin O'Connor64b76142014-12-15 21:44:13 -05001Welcome to the SeaBIOS project! This project implements an X86 legacy
2bios that is built with standard GNU tools.
Kevin O'Connorf076a3e2008-02-25 22:25:15 -05003
Kevin O'Connor64b76142014-12-15 21:44:13 -05004Please see build and developer information at:
Kevin O'Connorf076a3e2008-02-25 22:25:15 -05005
Kevin O'Connor64b76142014-12-15 21:44:13 -05006 http://seabios.org/Developer_Documentation
Kevin O'Connor838f08f2008-03-30 11:07:42 -04007
Kevin O'Connor64b76142014-12-15 21:44:13 -05008For the impatient, SeaBIOS is built for QEMU and tested on QEMU with:
Kevin O'Connor838f08f2008-03-30 11:07:42 -04009
Kevin O'Connor64b76142014-12-15 21:44:13 -050010 make
11 qemu -bios out/bios.bin
Kevin O'Connor838f08f2008-03-30 11:07:42 -040012
Kevin O'Connor64b76142014-12-15 21:44:13 -050013SeaBIOS can be configured with kconfig. To change the default
14configuration one can run "make menuconfig" prior to running "make".
Kevin O'Connor838f08f2008-03-30 11:07:42 -040015
Kevin O'Connor64b76142014-12-15 21:44:13 -050016For other types of builds, and for more detailed developer
17documentation, please see the online documentation listed above.