If someone wanted to enhance OpenBIOS to load a FCode ROM from a video card, what would need to be changed?
My theory is this line in the pci.c file's vga_config_cb() function would need this line changed:
feval("['] vga-driver-fcode 2 cells + 1 byte-load");
I think the vga-driver-fcode word is what points to the generic driver. Would this be a correct assumption?