mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
b456677607
This patch adds some glue to roms/Makefile to build vgabios binaries for qemu. It covers both the lgpl'ed vgabios implementation used by qemu traditionally and the new seabios implementation. The purpose of this patch is to (a) document the vgabios build process and (b) simplify seavgabios testing for those who want to play with it. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
6 lines
128 B
Text
6 lines
128 B
Text
CONFIG_BUILD_VGABIOS=y
|
|
CONFIG_VGA_BOCHS=y
|
|
CONFIG_VGA_PCI=y
|
|
CONFIG_OVERRIDE_PCI_ID=y
|
|
CONFIG_VGA_VID=0x15ad
|
|
CONFIG_VGA_DID=0x0405
|