No description
  • C 90.8%
  • Python 2.5%
  • C++ 2.3%
  • Assembly 1.3%
  • Makefile 1%
  • Other 2.1%
Find a file
Daniel Verkamp 8fcd351a93 stdvga: report 6-bit DAC width
The stdvga hardware doesn't have a mechanism to change the DAC width,
but we can still implement the VBE Set/Get DAC Palette Format function
as specified: allow attempts to set the DAC width to anything greater
than or equal to 6 (which reports success but is otherwise a no-op), and
always return 6 when the DAC width is queried.

Signed-off-by: Daniel Verkamp <daniel@drv.nu>
Message-ID: <20260409065319.3438719-2-daniel@drv.nu>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2026-04-22 10:46:38 +02:00
docs docs: Add mkdocs build tools for building the seabios.org website 2025-08-06 19:15:32 -04:00
scripts Remove remaining ACPI tooling bits 2026-01-20 12:29:53 -05:00
src usb-ohci: Fix logical condition in start_ohci function 2026-01-20 12:30:51 -05:00
vgasrc stdvga: report 6-bit DAC width 2026-04-22 10:46:38 +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 Remove remaining ACPI tooling bits 2026-01-20 12:29:53 -05:00
README README: update developer documentation link 2026-04-09 15:56:05 +02:00

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:

  https://seabios.org/Developer_Documentation.html

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.