AROS 68k updates from ApollOS repository

deadwood · 38170

deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #240 on: December 17, 2021, 04:42:42 AM
New ROM: https://axrt.org/development/aros-rom-20211217.zip

Contains these two changes:
0d0399e504 ("EarlyBootMenu BOOT page improved - Boot selection from a list - Enable/Disable devices from a list", 2021-09-28)
b79a0cd29b ("EarlyBootMenu BOOT page FIXES", 2021-09-29)

Check the new boot devices page in early startup menu for changes.



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #241 on: December 17, 2021, 05:55:06 AM
works



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #242 on: December 17, 2021, 08:54:57 AM
Sorry deadwood, I haven't tried the new ROM yet because today I was checking some strange things that happen when using SFS with AROS 68k (important because installAROS uses this Filesystem).

In practice in the latest Nightly Builds the file moving from one window to another has been corrected, now in fact if you drag a file from one window to another of the same vulme, the file is moved, in the old Nightly Builds instead of moving only a copy happened.

Well, now I discovered that if you try to drag a file or a folder in a new folder created, you get the error message "Object is in use", see attached video

The problem doesn't exist if you use FFS, PFS or Directory Filesystem.

I add a detail the PFS Filesystem (used PFS3-Aio) as said works fine but AROS 68k recognizes it as FFS Intl


Video Test Error SFS

https://drive.google.com/file/d/1ZfUXZe8S6H-8bmRvR2gIkTvBrkThWM6W/view?usp=sharing


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #243 on: December 17, 2021, 09:11:40 AM
Tested the new ROM, perfect, the HardFile PFS-Aio is recognized, also recognized HardFile SFS and CD0


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #244 on: December 17, 2021, 09:43:48 AM
Thanks for the tests. This conclused migrating code from ApollOS repository for now.

I will still look into regression in ReqTools as well as regression in png.lbrary v42.0 vs v42.1



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #245 on: December 17, 2021, 10:00:21 AM
one could you please also look at... if you f.e. start demos from aminet they work but if you close it then you only get empty screen and have to reboot and not return to OS. Example attached but it affects both applications and demos.
« Last Edit: December 17, 2021, 10:14:22 AM by OlafS3 »



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #246 on: December 17, 2021, 10:12:57 AM
Thanks for the tests. This conclused migrating code from ApollOS repository for now.

I will still look into regression in ReqTools as well as regression in png.lbrary v42.0 vs v42.1

thank you deadwood :)



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #247 on: December 17, 2021, 10:26:34 AM
Thanks for the tests. This conclused migrating code from ApollOS repository for now.

I will still look into regression in ReqTools as well as regression in png.lbrary v42.0 vs v42.1

Yes ReqTools and png.datatype reported previously are important.

Regarding the test done on the SFS problem on AROS 68k, I tried what happens on AROS One x86, in this system let's say that we are still behind, that is if you try to move a file from a folder to another "of the same volume", instead of moving it makes a normal copy, this should happen if the folders were in different volumes :)
« Last Edit: December 17, 2021, 11:19:29 AM by AMIGASYSTEM »



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #248 on: December 17, 2021, 11:18:05 AM
@deadwood

I may be mistaken but the problem with displaying png icon images was caused by regression in png.datatype not png.library. When I replaced png.datatype v42.1 with v42.0 per directions from AMIGASYSTEM then the images are correct.

Also Icon Library uses png direct access rather than pngclass. But for v42.1 there were significant changes in both modules.

I hope that helps to clarify.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #249 on: December 17, 2021, 11:20:42 AM
Yes I confirm, correct, I had only made a copy-paste without reading, old age problems :)


miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #250 on: December 17, 2021, 11:24:54 AM
Yes I confirm, correct, I had only made a copy-paste without reading, old age problems :)

Undersrood. Try reading this forum on a cell phone like I do.  :P



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #251 on: December 17, 2021, 11:34:46 AM
I don't use my cell phone very much to read on the forums, the screens are too small and then intrusive ads and redirects bother me.


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #252 on: December 17, 2021, 12:40:51 PM
@miker1264

Thanks for clarification. I must have made a bad note on this one.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #253 on: December 17, 2021, 12:42:37 PM
one could you please also look at... if you f.e. start demos from aminet they work but if you close it then you only get empty screen and have to reboot and not return to OS. Example attached but it affects both applications and demos.

I will try but chances are slim if this is related to m68k binary compatibility.



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #254 on: December 17, 2021, 01:00:50 PM
one could you please also look at... if you f.e. start demos from aminet they work but if you close it then you only get empty screen and have to reboot and not return to OS. Example attached but it affects both applications and demos.

I will try but chances are slim if this is related to m68k binary compatibility.

thanks