mirror of
http://phonegit.loca.lt/admin/seabios
synced 2026-06-21 06:13:04 +10:00
No description
- C 90.8%
- Python 2.5%
- C++ 2.3%
- Assembly 1.3%
- Makefile 1%
- Other 2.1%
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> |
||
|---|---|---|
| docs | ||
| scripts | ||
| src | ||
| vgasrc | ||
| .gitignore | ||
| COPYING | ||
| COPYING.LESSER | ||
| Makefile | ||
| 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: 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.