[SeaBIOS] [PATCH] Ignore sgabios rom in case sercon is enabled.

Paolo Bonzini pbonzini at redhat.com
Sat Nov 4 17:55:13 CET 2017


On 04/11/2017 11:09, Peter Stuge wrote:
>> +        if (strcmp(file->name, "vgaroms/sgabios.bin") == 0 &&
>> +            CONFIG_SERCON && romfile_loadint("etc/sercon-port", 0)) {
>> +            dprintf(1, "sercon: is enabled, not loading sgabios rom.\n");
>> +            continue;
>> +        }
> This heuristic isn't very reliable. Is there nothing in the sgabios.bin
> option ROM itself that can be used instead?

In what sense it is not very reliable?

Paolo



More information about the SeaBIOS mailing list