Go to file
Kevin O'Connor 2f2ec113be vgautil: Add new header file with misc function and variable definitions
Move the generic function and variable definitions from vgabios.h to a
new file vgautil.h.  This reduces the size and complexity of
vgabios.h.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2016-08-05 11:28:19 -04:00
docs docs: Note release date of 1.9.3 2016-07-13 10:31:29 -04:00
scripts build: fix .text section address alignment 2016-02-19 21:34:16 -05:00
src blockcmd: CMD_SCSI op is only used in 32bit mode 2016-08-04 16:03:34 -04:00
vgasrc vgautil: Add new header file with misc function and variable definitions 2016-08-05 11:28:19 -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 swcursor: Move swcursor code from vgafb.c to new file swcursor.c 2016-08-04 16:27:03 -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.