AxRuntime

deadwood · 21420

deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #105 on: March 15, 2022, 10:56:58 AM
That's correct. Fix will be posted to alt-runtime branch in near future. For now you can cherry pick the fix from master or just use the previous workaround.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #106 on: March 18, 2022, 02:40:57 PM
Last time I shared with you something simple, like the Info command from AROS x86_64 ABIv11 being run under AxRuntime. Now it's time for something more advanced! And programmed not in C but in Pascal!

MCAmiga - now running nativelly under Linux  ;D



There are still some 64-bit issues but I'll works with @magorium to iron them out



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #107 on: March 19, 2022, 03:16:24 AM
cool thing  :)

It will be exciting to see where the whole project will go



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #108 on: March 19, 2022, 03:26:45 AM
cool thing  :)

It will be exciting to see where the whole project will go

Imagine someone compiling Janue-UEA for 64-bit AROS and having Amiga application running as "native" under Linux ;)



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #109 on: March 19, 2022, 03:46:04 AM
one question.... I would like to do another distribution based on wanderer (68k) on latest builds. Is the official nightly the most recent version?



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #110 on: March 19, 2022, 05:35:06 AM
There are no official builds (as it tested releases). Here are jenkins builds: https://build.axrt.org/download/builds/AROS-ABIv11/



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #111 on: March 19, 2022, 06:39:19 AM
There are no official builds (as it tested releases). Here are jenkins builds: https://build.axrt.org/download/builds/AROS-ABIv11/

thanx



cdimauro

  • Member
  • ***
    • Posts: 164
    • Karma: +26/-1
Reply #112 on: March 19, 2022, 07:36:25 AM
Last time I shared with you something simple, like the Info command from AROS x86_64 ABIv11 being run under AxRuntime. Now it's time for something more advanced! And programmed not in C but in Pascal!

MCAmiga - now running nativelly under Linux  ;D



There are still some 64-bit issues but I'll works with @magorium to iron them out
What's the difference with AROS hosted, then?



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #113 on: March 19, 2022, 10:29:09 AM

What's the difference with AROS hosted, then?

Each program is an isolated process.
Each Intution window becomes a separate X window.



cdimauro

  • Member
  • ***
    • Posts: 164
    • Karma: +26/-1
Reply #114 on: March 20, 2022, 01:59:41 AM
That's "enough" (!), thanks.  8)
I hope to see it working on Windows, in future (albeit it'll be a late future).



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #115 on: March 20, 2022, 02:35:04 AM
I hope to see it working on Windows, in future (albeit it'll be a late future).
This would certainly be more interesting since we all have Windows at home !


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #116 on: March 20, 2022, 04:58:13 AM
@cdimauro, @AMIGASYSTEM

I think that is already possible. I saw somethink called "Linux subsystem for Windows" which allows running Linux X11 applications on Windows. Since AxRuntime is just one such application it should be possible to "run" it under Windows. I don't use Windows on daily basis, but if you do and want to experiment, I'd be interested in results.



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #117 on: March 20, 2022, 05:25:23 AM
@Deadwood

Another question... I am just fiddling around a little with Wanderer. It is limited of course as known but there is scalos on contrib. Would it be possible to port that to Linux too. It is more advanced than Wanderer and would be a good option in my view.



cdimauro

  • Member
  • ***
    • Posts: 164
    • Karma: +26/-1
Reply #118 on: March 20, 2022, 05:30:55 AM
@cdimauro, @AMIGASYSTEM

I think that is already possible. I saw somethink called "Linux subsystem for Windows" which allows running Linux X11 applications on Windows. Since AxRuntime is just one such application it should be possible to "run" it under Windows. I don't use Windows on daily basis, but if you do and want to experiment, I'd be interested in results.
Yes, there's WSL2. I use it frequently, but only from command line. I've to try how it works with X11/GUI applications.


Maybe someone has already experience with it, and can already try and share its experience.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #119 on: March 20, 2022, 08:38:21 AM
@Deadwood

Another question... I am just fiddling around a little with Wanderer. It is limited of course as known but there is scalos on contrib. Would it be possible to port that to Linux too. It is more advanced than Wanderer and would be a good option in my view.

Yes it would, but not this time around. As said in another thread I'm wrapping up this release and moving onto ABIv0 work for some time. I'll keep that in mind for next release.