Pavel Machek wrote:
> # Replay IO events from a previous run. For now this let's us
> # program the VGA adapter, without booting via the BIOS.
> plugin = ./plugins/misc/replay_io.so file=../misc/vga_io.log
>
> # The system BIOS
> load-rom file=../bios/BIOS-plex86-2000_0817a address=0xf0000
>
> # The VGA BIOS
> load-rom file=../bios/VGABIOS-elpin-2.40 address=0xc0000
Get rid of that replay_io.so plugin line. It's only when
you're booting using an elf kernel image, and not using
a real VGA BIOS.
-Kevin