Go to file
Kevin O'Connor 33fbe13a3e vgabios: On bda_save_restore() the saved vbe_mode also has flags in it
When restoring a saved state, make sure to remove any flags from the
video mode prior to searching for that mode.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2015-06-16 10:00:30 +02:00
docs docs: Note v1.8.0 release 2015-02-18 12:52:29 -05:00
scripts build: Support "make VERSION=xyz" to override the default build version 2015-06-12 08:51:40 +02:00
src smm: ignore bits 16,18-31 of SMM revision ID 2015-06-15 14:18:57 +02:00
vgasrc vgabios: On bda_save_restore() the saved vbe_mode also has flags in it 2015-06-16 10:00:30 +02: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 build: Support "make VERSION=xyz" to override the default build version 2015-06-12 08:51:40 +02: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.