Go to file
Gerd Hoffmann f9af71744a svgamodes: add standard 4k modes
Add all three 4k modes.  Computer monitors typically use
the first one (3840x2160).

Add 16 and 32 bpp variants.  24bpp is dead these days, and
software which is so old that still uses those modes most
likely doesn't even know what 4k is.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2021-12-18 11:54:52 -05:00
docs docs: Note v1.15.0 release 2021-12-02 20:43:20 -05:00
scripts Increase BUILD_MIN_BIOSTABLE for large roms 2021-06-04 08:05:08 +02:00
src virtio-blk: split large IO according to size_max 2021-12-18 11:52:43 -05:00
vgasrc svgamodes: add standard 4k modes 2021-12-18 11:54:52 -05: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 implementations for sha256, sha384, and sha512 2021-06-30 16:58:48 -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.