mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 21:32:52 +00:00
75056cef41
Both bochs-display and ramfb are devices with a simple framebuffer and no vga emulation or text mode. seavgabios has support for text mode emulation (at vgabios call level), we are using that to provide some vga compatibility support for these devices. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
3 lines
63 B
Text
3 lines
63 B
Text
CONFIG_BUILD_VGABIOS=y
|
|
CONFIG_DISPLAY_BOCHS=y
|
|
CONFIG_VGA_PCI=y
|