>> (1) why isn't user/rom.c in a plugin anymore ?
>> why isn't user/cosim.c a plugin ?
>
>When I was cosimulating plex86 + bochs, I was using bochs as the
>master emulator, and thus the config file being used was from bochs.
>Actually the plex86 one was read and used too, but not to specifiy
>the bios. For this, we can't make any assumptions (or at least
>we shouldn't). Loading a BIOS, marking it RO etc, needed to
>be fundamental facilities for this kind of thing.
IMO, this is not the right solution. I think that rom and cosim should be
plugins; you can make a cosim-hooks.c in the main user program which contains
the functions now in cosim.c and rom.c, but just forwards the calls to the
plugins. Code clutter in the main user program is not a good idea!
-- Ramon