English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   News (https://eab.abime.net/forumdisplay.php?f=29)
-   -   New 68k-JIT for ARM in development (https://eab.abime.net/showthread.php?t=96206)

Gorf 05 February 2019 20:34

New 68k-JIT for ARM in development
 
Michal Schulz startet to work on a new 68k-JIT for ARM.
The goal is an inclusion in his AROS big-endian RasPi port.

Quote:

I wrote you once that in the future there will be a possibility to use m68k binaries with AROS on RasPi, and I really mean it. So, few months ago I've started to look around for any available m68k emulators. And you know what? There are plenty of them. Hurray? No. They are either slow interpreters written eons ago as a proof of concept, or GPL licensed. Even though I find GPL ok and use it myself from time to time, I find it too restrictive in this case. Besides I wanted to try something new :)
his announcement:
https://www.patreon.com/posts/dromaiidae-emu-24407987

the new Emu68 is on Github - in its very early stage:
https://github.com/michalsc/Emu68

Romanujan 06 February 2019 16:52

Well, despite I'm not really AROS fan, I hope he will succeed :) The so called 'NG' really needs some reasonable hardware availability.

Gorf 06 February 2019 17:17

Not sure if we should call AROS "NG".
It also runs on classic Amigas and on Vampire (beta).

But no matter how we call it, this JIT should help bringing a better classic experience to AROS on the RasPi.

terminills 14 February 2019 12:09

Quote:

Originally Posted by Gorf (Post 1302753)
Michal Schulz startet to work on a new 68k-JIT for ARM.
The goal is an inclusion in his AROS big-endian RasPi port.



his announcement:
https://www.patreon.com/posts/dromaiidae-emu-24407987

the new Emu68 is on Github - in its very early stage:
https://github.com/michalsc/Emu68


He's posted a few updates.

https://www.patreon.com/posts/always-remember-24683131
:)

mschulz 05 November 2019 15:32

In case you forgot me - the project is still in work and there have been tons of updates recently.

Some benchmarks: https://www.patreon.com/posts/some-benchmark-31277735
Small video of RasPi2 booting directly into m68k emulation: https://www.patreon.com/posts/in-case-you-want-31318081

The Emu68 works in bare metal on the raspberry without any underlying operating system. It consists of the emulation core only, everything else will have to be done on the m68k side (The text printed on the screen (video above) is m68k code already).

Supervisor mode is not done yet, few normal m68k instructions are missing, fpu is missing (yet).

Marlon_ 05 November 2019 16:48

You could essentially run an Amithlon like setup on this, as long as there's Pi drivers written for AmigaOS 3.* to access the periferals. AROS 68k on this would essentially be just that. Being able to run OS3.* system friendly applications on Raspberry Pi while taking advantage of the hardware it has.

x-vision 09 November 2019 20:53

Quote:

Originally Posted by Marlon_ (Post 1356784)
You could essentially run an Amithlon like setup on this, as long as there's Pi drivers written for AmigaOS 3.* to access the periferals. AROS 68k on this would essentially be just that. Being able to run OS3.* system friendly applications on Raspberry Pi while taking advantage of the hardware it has.

But this will run MUCH faster and will be able to run non system friendly apps, demos and games

Romanujan 10 November 2019 09:33

How about running this on MiSTer? Would it be possible to utilize it’s chipset implementation in FPGA?

Is the MMU support planned?

Marlon_ 10 November 2019 13:20

Quote:

Originally Posted by x-vision (Post 1357812)
But this will run MUCH faster and will be able to run non system friendly apps, demos and games

It will NOT be able to run non system friendly software. Where the hell did you get that from? This is a 68k CPU+FPU emulator, not a full fledged Amiga computer emulator.

Quote:

Originally Posted by Romanujan (Post 1357873)
How about running this on MiSTer? Would it be possible to utilize it’s chipset implementation in FPGA?

Is the MMU support planned?

Does the MiSTer have an ARM CPU?

vulture 10 November 2019 14:13

I believe he's assuming that it'll be incorporated to an emulator like uae4arm, which is not impossible, but it's not a given either.

Marlon_ 10 November 2019 14:17

Quote:

Originally Posted by vulture (Post 1357918)
I believe he's assuming that it'll be incorporated to an emulator like uae4arm, which is not impossible, but it's not a given either.

That's not what this thread is about though.

The Emu68 is a standalone software that can run barebones on a Raspberry Pi. There's no plan for incorporation in uae4arm. However, it is opensource, so if someone is able to do it, they could certainly try to incorporate it.

Marlon_ 10 November 2019 14:22

1 Attachment(s)
http://eab.abime.net/attachment.php?...1&d=1573392108
Read for yourself

vulture 10 November 2019 17:39

I know, I was just guessing why he said that.

Marlon_ 10 November 2019 18:05

Quote:

Originally Posted by vulture (Post 1357968)
I know, I was just guessing why he said that.


I know. I’m mainly giving the facts for him.

Romanujan 11 November 2019 18:14

Quote:

Originally Posted by Marlon_ (Post 1357908)
Does the MiSTer have an ARM CPU?


Yes. MiSTer is basically a Terasic DE10-Nano board (Cyclon V FPGA + dual core ARM Cortex-A9) with some daughter-boards.

Marlon_ 11 November 2019 18:23

Quote:

Originally Posted by Romanujan (Post 1358213)
Yes. MiSTer is basically a Terasic DE10-Nano board (Cyclon V FPGA + dual core ARM Cortex-A9) with some daughter-boards.

Then it probably could work and be used as a CPU core, if someone takes the time to try to implement it. I don't think it's on Schulz timeline for this software though as the focus is AROS 68k + RasPi.

It is open source though, so anyone with knowledge of how to interface between the FPGA and the ARM core can attempt this. Perhaps even the MNT ZZ9000 could utilize this in the future.

skan 12 November 2019 08:13

This is damn cool! I'm eager to see how this project evolves.

In simple words, how does it compare to this http://eab.abime.net/showthread.php?t=90316 ?

Marlon_ 12 November 2019 11:25

Quote:

Originally Posted by skan (Post 1358315)
This is damn cool! I'm eager to see how this project evolves.

In simple words, how does it compare to this http://eab.abime.net/showthread.php?t=90316 ?

That one is using code from another project, this one is written from scratch, so it wouldn't conflict with the AROS license.

That one also emulates Amiga specific chips (slower), while this only emulates the 68k cpu (faster).

So to sum up: this will be more like Amithlon =Only OS friendly software, but way faster.
While the other one will be more like UAE running bare metal = All software, slower.

I can't speak for how the internals work between the both. Only real world testing and benchmarking would suffice to know what's better.

Marlon_ 12 November 2019 11:29

Also, bloodline and mschulz has communicated about this stuff before: http://eab.abime.net/showthread.php?t=96407

Specific comment touching this subject: http://eab.abime.net/showpost.php?p=1306277&postcount=4

skan 12 November 2019 12:15

Thanks for the info, now I have a clearer picture! :)


All times are GMT +2. The time now is 14:26.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.05911 seconds with 11 queries