All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Interpreter for QEMU
@ 2003-11-04  0:58 malc
  2003-11-04 22:46 ` Fabrice Bellard
  0 siblings, 1 reply; 4+ messages in thread
From: malc @ 2003-11-04  0:58 UTC (permalink / raw)
  To: qemu-devel

Hello,

http://www.boblycat.org/~malc/1_iqemu.patch.gz conatains patch against CVS
version of QEMU that adds interpreted i386 target. Im hoping that someone
more apt than me can somehow breed it together with dynamic translator, so
that QEMU will be more viable for DOS emulation (interpreter can help some
with self-modifying code (so loved by DOS programmers) and/or highly
interleaved code/data, when host'spage faults take too much time)

I was able to boot FreeDOS and run some applications with this purely
interpreted target, though apparently there are still some bugs lurking.

To apply the patch:
$ cd cvs/version/of/qemu
$ zcat patch/location/1_iqemu.patch.gz | patch -p1
$ ./configure --target-list="i386-softmmu i386-interp"
$ gmake

Note that: interpreter is currently x86 specific and there is no FPU
support whatsoever.

Sincerely,
malc

-- 
mailto:malc@pulsesoft.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-11-04 23:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-04  0:58 [Qemu-devel] Interpreter for QEMU malc
2003-11-04 22:46 ` Fabrice Bellard
2003-11-04 23:17   ` malc
2003-11-04 23:56     ` Fabrice Bellard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.