Refreshed m68k and x86_64 builds

deadwood · 3310

deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
on: June 25, 2022, 12:36:29 AM
Hi,

I ported January - June changes from AROS repository. Development builds for m68k and x86_64 are available (see below). There was around 200 new commits mostly behind the scene kernel work, nothing specific to m68k support. Please test for regressions.

https://build.axrt.org/download/builds/AROS-ABIv11/amiga-m68k-20220624-212703.tar.gz
https://build.axrt.org/download/builds/AROS-ABIv11/linux-x86_64-20220624-202930.tar.gz



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #1 on: June 25, 2022, 01:36:41 AM


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #2 on: June 25, 2022, 01:45:38 AM
The short answer is Yes - the link that I posted has changes in ROMs compared to any previous release.



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #3 on: June 25, 2022, 03:13:20 AM
on 68k are only the roms changed or other components too?



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #4 on: June 25, 2022, 03:23:55 AM
I have updated AROS One 68k with your new ISO, everything seems to be fine, at the moment I have not found any anomalies, I will be more precise after doing some general testing on all software.

Only probklema is that the "Italian keyboard is always corrupted" I replaced it with my old Italian keyboard.

I add that on AROS One 68k I "deleted" SAGA Drivers and Monitors, this is because on Apollo site they deleted  one of mine News on AROS One 68k.


magorium

  • Legendary Member
  • *****
    • Posts: 632
    • Karma: +62/-0
  • Convicted non contributor
Reply #5 on: June 25, 2022, 05:31:14 AM
Thank you very much deadwood. Appreciated !


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #6 on: June 25, 2022, 07:40:39 AM
on 68k are only the roms changed or other components too?

Actually you should update the whole Operating System !


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #7 on: June 25, 2022, 08:01:22 AM
on 68k are only the roms changed or other components too?

There are changes across multiple components, both in ROM and outside it. You can review history here: https://github.com/deadw00d/AROS/commits/master. It's about 5-6 pages of commits where you see Kalamatee as author. "Mine" last commit before this batch is "Add dh-make to required packages"



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #8 on: June 26, 2022, 04:05:11 AM
I had a crash in magellan... I narrowed it down to C:IPrefs

i must correct... it seems to be caused by WBRun
« Last Edit: June 26, 2022, 04:41:14 AM by OlafS3 »



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #9 on: June 26, 2022, 04:07:41 AM
New build, I fixed Prefs/ReqTools. Now it saves correct prefs file that can be loaded by reqtools.library. Delete any ReqTools.prefs you already have.

https://build.axrt.org/download/builds/AROS-ABIv11/amiga-m68k-20220626-092107.tar.gz



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #10 on: June 26, 2022, 04:29:37 AM
Does it only change ReqTools Prefs and ReqTools.Library or are there other changes !
« Last Edit: June 26, 2022, 04:57:52 AM by AMIGASYSTEM »



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #11 on: June 26, 2022, 04:51:21 AM
Apart from Prefs/ReqTools, you can copy Libs:reqtools.library, the only change is version to 39.7



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #12 on: June 26, 2022, 04:59:56 AM
Yes I had already copied "ReqTools Prefs and ReqTools.Library" but the ReqTools Prefs seems not to work, also tried your ISO, the Request is always the same size where am i wrong?

Also tried ASL Prefs, again the ASL request does not change in size !
« Last Edit: June 26, 2022, 05:50:28 AM by AMIGASYSTEM »



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #13 on: June 26, 2022, 05:52:10 AM
How are you testing the ReqTools requesters?

ASL preferences changing is not yet implemented.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #14 on: June 26, 2022, 09:19:44 AM
Hi,

I updated AROS asl.library with MorphOS source code releases (asl is there available up to MorphOS 3.9). There are a number of changes which seem to be compatibility fixes, but there is very little documentation on what cases these fix. You should assume some things might work better and there should not be a regression. I prepared m68k version for testing:

https://axrt.org/development/asl_versions-m68k.zip

asl.library.50.7 is the default AROS version that was present in latest releases
asl.library.50.8 contains first half of MorphOS changes
asl.library.50.9 contains first and second half of MorphOS changes

If you notice a bug in version 50.9, please check version 50.7 if it is not an existing problem. If not, please check 50.8 to know whether the bug was introduced in first or second part. If you notice something has been fixed in 50.9 please also let me know.