Ramon van Handel wrote:
>
> >The CVS tree is back in sync. I tagged it with 'plex86-0_1_0'.
>
> Great work!
>
> Some questions:
>
> (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.
> (2) I suggest we move plex86.conf.* into a separate conf/ directory
> (plex86/conf/). It's getting to be a bit of a mess in plex86/user/
OK. I thought of the same too. It will get worse over time. I will make
the conf/ dir.
> (3) As the Elpin BIOS falls under a special license, it should be accompanied
> by its own license agreement file.
Ooops. I should have done that. I'll drop in a special license file like
I did in bochs.
-Kevin