Go to file
Steven Price 62a1429ec1 vgabios: Fix generating modes list for static_functionality
Accessing the data in the vga_modes array requires using GET_GLOBAL(),
and the bits set in the bit array should correspond to the modes, not
the indexes in vga_modes.

With this change the modes calculated matches the expected value of
0xfe0ff.

Fixes: 12900b1a24 ("vgabios: Fill in available legacy modes in video_func_static at runtime")
Signed-off-by: Steven Price <steven@ecrips.co.uk>
2024-10-25 11:55:25 -04:00
docs docs: Note v1.16.0 release 2022-03-01 20:29:02 -05:00
scripts scripts: Remove python23compat.py 2021-12-19 09:45:04 -05:00
src esp-scsi: indicate acceptance of MESSAGE IN phase data 2024-09-04 12:05:56 +02:00
vgasrc vgabios: Fix generating modes list for static_functionality 2024-10-25 11:55: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 disable array bounds warning 2023-05-05 09:05:53 +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.