* [Qemu-devel] QEMU and m68k - Has anyone looked at the Syn68k core in Executor ?
@ 2006-07-13 13:57 Armistead, Jason
2006-07-13 14:50 ` Marius Groeger
2006-07-13 20:43 ` Fabrice Bellard
0 siblings, 2 replies; 4+ messages in thread
From: Armistead, Jason @ 2006-07-13 13:57 UTC (permalink / raw)
To: Qemu-Devel (E-mail)
I came across a product called Executor from a company called Ardi
(www.ardi.com). Basically it's a Macintosh 68k emulator that uses a 680x0
core called Syn68k. By the sounds of it, it does a lot of the same dynamic
recompilation as QEMU does. The Ardi web site suggests that the code is
either going to be sold or maybe released as Open Source.
Has anyone from the QEMU project (especially Fabrice) contacted the Syn68k
authors with a view to helping some of it to "live on" in QEMU ? I notice
the m68k support in QEMU is only at a "Dev Only" level. Perhaps some of the
"lessons learnt" with Ardi's Executor and Syn68k would move this along
further.
The reason I came across this is that I've been looking for a HP Apollo
Domain emulator to resurrect some old Apollo systems without needing to
resurrect the hardware they ran on. The Apollo Domain systems were Motorola
68k family machines. For the most part, the hardware in these systems is
not that complex. Probably on a similar footing to the Sparcstation
supported in QEMU. Support for Apollo hardware was included into Linux 68k
/ NetBSD and OpenBSD.
Cheers
Jason
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] QEMU and m68k - Has anyone looked at the Syn68k core in Executor ?
2006-07-13 13:57 [Qemu-devel] QEMU and m68k - Has anyone looked at the Syn68k core in Executor ? Armistead, Jason
@ 2006-07-13 14:50 ` Marius Groeger
2006-07-13 20:43 ` Fabrice Bellard
1 sibling, 0 replies; 4+ messages in thread
From: Marius Groeger @ 2006-07-13 14:50 UTC (permalink / raw)
To: Qemu-Devel (E-mail)
On Thu, 13 Jul 2006, Armistead, Jason wrote:
> Has anyone from the QEMU project (especially Fabrice) contacted the Syn68k
> authors with a view to helping some of it to "live on" in QEMU ? I notice
> the m68k support in QEMU is only at a "Dev Only" level. Perhaps some of the
> "lessons learnt" with Ardi's Executor and Syn68k would move this along
> further.
There's a good number of 68k emulators in existence; personally, I
used some of the Amiga emulators
(http://en.wikipedia.org/wiki/Amiga_emulation [en],
http://de.wikipedia.org/wiki/Amiga_Emulator [de]). Those are of course
extremely specific to Amiga HW, and don't emulate all MMU types, but
nontheless those might be interesting to look at, too.
Regards,
Marius
--
Marius Groeger <mgroeger@sysgo.com>
SYSGO AG Embedded and Real-Time Software
Voice: +49 6136 9948 0 FAX: +49 6136 9948 10
www.sysgo.com | www.elinos.com | www.osek.de | www.pikeos.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] QEMU and m68k - Has anyone looked at the Syn68k core in Executor ?
2006-07-13 13:57 [Qemu-devel] QEMU and m68k - Has anyone looked at the Syn68k core in Executor ? Armistead, Jason
2006-07-13 14:50 ` Marius Groeger
@ 2006-07-13 20:43 ` Fabrice Bellard
2006-07-13 21:07 ` Paul Brook
1 sibling, 1 reply; 4+ messages in thread
From: Fabrice Bellard @ 2006-07-13 20:43 UTC (permalink / raw)
To: qemu-devel
IMHO the most interesting part of Executor is the Mac OS API emulation
layer, but unfortunately it has little relation with QEMU.
Fabrice.
Armistead, Jason wrote:
> I came across a product called Executor from a company called Ardi
> (www.ardi.com). Basically it's a Macintosh 68k emulator that uses a 680x0
> core called Syn68k. By the sounds of it, it does a lot of the same dynamic
> recompilation as QEMU does. The Ardi web site suggests that the code is
> either going to be sold or maybe released as Open Source.
>
> Has anyone from the QEMU project (especially Fabrice) contacted the Syn68k
> authors with a view to helping some of it to "live on" in QEMU ? I notice
> the m68k support in QEMU is only at a "Dev Only" level. Perhaps some of the
> "lessons learnt" with Ardi's Executor and Syn68k would move this along
> further.
>
> The reason I came across this is that I've been looking for a HP Apollo
> Domain emulator to resurrect some old Apollo systems without needing to
> resurrect the hardware they ran on. The Apollo Domain systems were Motorola
> 68k family machines. For the most part, the hardware in these systems is
> not that complex. Probably on a similar footing to the Sparcstation
> supported in QEMU. Support for Apollo hardware was included into Linux 68k
> / NetBSD and OpenBSD.
>
> Cheers
>
> Jason
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] QEMU and m68k - Has anyone looked at the Syn68k core in Executor ?
2006-07-13 20:43 ` Fabrice Bellard
@ 2006-07-13 21:07 ` Paul Brook
0 siblings, 0 replies; 4+ messages in thread
From: Paul Brook @ 2006-07-13 21:07 UTC (permalink / raw)
To: qemu-devel
On Thursday 13 July 2006 21:43, Fabrice Bellard wrote:
> IMHO the most interesting part of Executor is the Mac OS API emulation
> layer, but unfortunately it has little relation with QEMU.
I'd expect it would be possible to hook it up to qemu though.
Paul
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-07-13 21:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-13 13:57 [Qemu-devel] QEMU and m68k - Has anyone looked at the Syn68k core in Executor ? Armistead, Jason
2006-07-13 14:50 ` Marius Groeger
2006-07-13 20:43 ` Fabrice Bellard
2006-07-13 21:07 ` Paul Brook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).