Go to file
Kevin O'Connor be050664fd Don't forward declare functions with "inline" in headers
Don't mark function definitions in headers with "inline" - it causes
compile warnings on gcc v5.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Acked-by: Paul Menzel <paulepanter@sourceforge.net>
2015-06-03 19:21:37 -04:00
docs docs: Clarify that pci-optionrom-exec doesn't apply to roms in cbfs 2015-03-18 12:16:59 -04:00
scripts Add multiboot support. 2015-06-01 12:11:36 -04:00
src Don't forward declare functions with "inline" in headers 2015-06-03 19:21:37 -04:00
vgasrc vgabios: Emulate "leal" instruction 2015-04-11 14:36:59 -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 Add multiboot support. 2015-06-01 12:11:36 -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.