Wouter Coene wrote:
>
> According to Drew Northup ([EMAIL PROTECTED]):
> > Ok, thanks........ What then provides the support for text-only OS support?
> > (For OS's without a terminal driver......)
>
> Sorry to just kick in, but maybe the following could work:
>
> +----------+ +----------------+
> | VGA BIOS | | special driver |
> +----------+ +----------------+
> - -V- - -V- - - -|- -|- - -|- - -
> +----------+ | | |
> | VGA emu | | | |
> +----------+ | | |
> V V V V V
> +-----------------------------+
> | display code in user |
> +-----------------------------+
-- snipp --
I have been listening for a while and one idea came up in my
mind:
Would it be possible (at a later stage of devellopment)
to add some routines to the spechial drivers and the display code on the
real computer, so that direct3d-, glide-, mesa-,etc.-calls may be
translated and handed over to the mesa or X-DRI on the real computer.
That would allow to run 3d-games and -applications on the simulated
computer. The Speed would suffer a bit from the translation but it would
be much better than software only 3d on the vm...