>I'm just recently got interested in plex86 (I currently make heavy use of
>VMWare at home), so i've got a few questions that I hope you can answer.
Welcome to plex86 :)
>* VGA Bios
> Can the Elpin VGA bios also be used with plex86? or do "we" need to
>write our
>own VGA bios?
I've asked the same question recently (answer still pending I guess ;)) but it
seems desirable on the long run, anyway, to have an open-source solution.
Perhaps the OpenBIOS project has a working VGA BIOS ?
>* "CUSTOM GUEST OS SPECIFIC DRIVERS"
> Are there any thoughts about how the concepts of writing a video driver (ie
>for Windows) should work (and can it be possible to allow "host" OpenGL usage
>?)
Well, I guess you can do it any way you want. My idea would be to make an
I/O interface for configuration and do the rest through shared memory.
You can probably couple this directly to DRI/DGA/MITSHM, but that wouldn't
be portable..
>* Fullscreen (virtual termninal) support?
> Any ideas how/where this can be done?
You need to write a new GUI backend (user/plugins/bochs/gui/*).
VMWare uses DGA IIRC, or have a look at DOSEMU for a different solution.
-- Ramon