4765384ce3
This adds emulation of Artist graphics good enough to get a text console on both Linux and HP-UX. The X11 server from HP-UX also works. Adjust boot-serial-test to disable graphics, so that SeaBIOS outputs to the serial port, as expected by the test. Signed-off-by: Sven Schnelle <svens@stackframe.org> Message-Id: <20191220211512.3289-6-svens@stackframe.org> [rth: Merge Helge's test for machine->enable_graphics] Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
16 lines
281 B
Plaintext
16 lines
281 B
Plaintext
config DINO
|
|
bool
|
|
imply PCI_DEVICES
|
|
imply E1000_PCI
|
|
imply VIRTIO_VGA
|
|
select PCI
|
|
select SERIAL
|
|
select ISA_BUS
|
|
select I8259
|
|
select IDE_CMD646
|
|
select MC146818RTC
|
|
select LSI_SCSI_PCI
|
|
select LASI_82596
|
|
select LASIPS2
|
|
select ARTIST
|