- {OT} vm development
- Posted by *ProteanThread* on July 20th, 2005
i am writing an os that would use virtual machines (rather than
emulated machines like an emulator); simple question - where can i find
info on vm development (like bochs or qemu or dosbox or vmware or even
connectix) that does NOT include java or dot net or other?
would the MAME or MESS emulators be considered virtual machines ?
is there a newsgroup and or forum for vm development ?
- Posted by Alexei A. Frounze on July 20th, 2005
"*ProteanThread*" <rtdos@rtdos.com> wrote in message
news:1121889537.520546.27980@f14g2000cwb.googlegro ups.com...
IMO, all of those products were made with C or C++ ... and quite a bit of
ASM too.
Alex
- Posted by colonel_hack@yahoo.com on July 21st, 2005
On Wed, 20 Jul 2005, *ProteanThread* wrote:
Are you talking about doing something like bochs etc. that run under a
relatively full featured OS (which might be called an emulator) or
something like ibm's vm that runs directly on the hardware & provides
virtual machines that can then be run multiple OSes independantly on one
machine (a "virtual machine monitor"?).
This appears to be more of the latter:
http://plex86.sourceforge.net/
It also appears to be a stalled project so maybe your help could be used
there.
Also
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/
calls itself a virtual machine monitor but they talk about ports to
different OS.
but in general, I'd probably refer to them as emulators. They might be a
good starting place to look at the code since they may emulate simpler
machines.
CCCH
- Posted by *ProteanThread* on July 21st, 2005
its a start. thanks.