X-Odus wrote:
>
> I thought of the idea of running 3 or 4 emulators on a fast machine on
> my network, then running VNC on each of those emulated OS's. This would
> allow me to access which ever OS I wanted, when I wanted, and It
> wouldn't bog down my main computer. After taking a deeper look at Bochs
> and Plex86, I noticed that niether one has decent support for
> virtualizing network cards, this would make it hard to run VNC inside
> the emulated OS. Instead, I went about it a different way.
>
> I looked over the source code for the other GUI's and started
> what I call Bochs-RFB. This project is still in very early alpha
> stages. Basic text output is shown, and discolored graphics. These
> will both be worked on. Keyboard input is working, but mouse is not.
>
> I have a small page up describing Bochs-RFB located at:
> http://www.psyon.org/bochs-rfb/index.html
>
> I would appreciate any suggestions or comments about the project.
Sounds interesting. Eventually, we should have some
guest OS specific video drivers for each major OS to
run in plex86/bochs. They could pass info to the
"outside" world (host OS) in a manner more
efficient for displaying using the host GUI. Perhaps
also more efficient for channeling via VNC.
Could you give a quick overview of the mechanisms involved
in your bochs-rfb project?
-Kevin