if you have problems to find out what application expects he could certainly answer that
AMIGASYSTEMDistro Maintainer Posted
6 months agoI'll try it now, maybe even create my own version of AROS One, so I can test all the software included!
AMIGASYSTEMDistro Maintainer Posted
6 months agoOn VMware I installed emulator-prototype-20240604 with the graphics of AROS One, then did some tests with some Applications like ZuneARC, ZuneCalc and ZuneHexEditor, on the latter you can't open the request file, aoa is the Filemanager of My Commander.
I also tried running Dopus4 but it requests the asyncio.library, the 32Bit version now of course cannot recognise it.
You do not have access to view attachments
And here comes the final update:
1) Test a recent program written in C using new C library (Calculator) [DONE]
2) Test an old, 3rd party program written in C using old C library (ZuneARC) [DONE]
3) Test program written in Hollywood (HFinder) [DONE]
4) Test program written in Pascal (MCAmiga) [DONE]
5) Test emulator under native AROS x86_64 and confirm it can work with native kernel [DONE]
6) Test emulator under AxRuntime and confirm ABIv0 programs can be run directly on Linux/Windows [DONE]
As you can see on the screen shot, ABIv0 program is running on the emulator which is running on AxRuntime making the ABIv0 program run directly on Linux (and using WSL also on Windows).
To summarize the prototype:
I believe it will be feasible to develop the emulator with limited cost, although higher than I initially expected. The emulation interface is quite narrow (exec, dos, graphics, cybergraphics, intuition) while re-using other 32-bit libraries, which is a good thing from point of view of how much it will cost to develop the emulator. Eventually I believe the decision whether to port & re-compile the application to 64-bit or to upgrade the emulator to support it will have to be made case-by-case looking simply at what is less costly (=time consuming). The role of the emulator is to form a temporary bridge to allow the migration. With time emulator should be used less and less with more and more applications being native 64-bit.
You do not have access to view attachments
Hi G-linx,
There were only minor changes in final prototype version so you can consider version from #62 as up to date.