Go to file
Kevin O'Connor f21b5a4aeb docs: Note v1.13.0 release
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-12-09 15:08:17 -05:00
docs docs: Note v1.13.0 release 2019-12-09 15:08:17 -05:00
scripts build: Use git describe --always 2018-02-27 11:27:59 -05:00
src geometry: Apply LCHS values for boot devices 2019-11-18 14:58:37 +01:00
vgasrc ramfb: add copyright and license to ramfb.c 2019-10-28 10:27:25 -04:00
.gitignore Start using Kconfig to configure SeaBIOS settings. 2011-01-29 09:44:33 -05:00
COPYING Initial checkin. 2008-02-25 22:25:15 -05:00
COPYING.LESSER Change license from GPLv3 to LGPLv3. 2009-01-15 20:52:58 -05:00
Makefile Makefile: Build with -Wno-address-of-packed-member 2019-08-23 19:17:26 -04:00
README Simplify README files - point to online documentation instead 2014-12-15 21:46:56 -05:00

README

Welcome to the SeaBIOS project!  This project implements an X86 legacy
bios that is built with standard GNU tools.

Please see build and developer information at:

  http://seabios.org/Developer_Documentation

For the impatient, SeaBIOS is built for QEMU and tested on QEMU with:

  make
  qemu -bios out/bios.bin

SeaBIOS can be configured with kconfig.  To change the default
configuration one can run "make menuconfig" prior to running "make".

For other types of builds, and for more detailed developer
documentation, please see the online documentation listed above.