Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

AROS 2025****X Development

Last updated on 5 months ago
D
deadwoodAROS Dev
Posted 5 months ago
Hi All,

We are almost there with the release! Here are RC (release candidate) versions:

[url]https://axrt.org/development/tmp/AROS-20250418-RC1-any-x86_64-contrib.tar.bz2[/url]
[url]https://axrt.org/development/tmp/AROS-20250418-RC1-linux-x86_64-system.tar.bz2[/url]
[url]https://axrt.org/development/tmp/AROS-20250418-RC1-pc-x86_64-boot-iso.zip[/url]

Changes compared to 64D14:
- Prefs/Boot
- L/ram-handler
- Devs/Drivers/vmwaresvga.hidd
- C/Partition

For contrib, fixes are in:
- Libs/SDL.library

If no major issues are found, these builds will become the final release builds next week.

Full changelog:

[code]
AROS ABIv11 20250418-1 changes:

Functionalities:
AROS is now built with GCC 10.5.0 (Johan G)
Network, audio and video drivers for VirtualBox, VMware and QEMU are improved and stabilized (deadwood)
64-bit native kernel received multiple fixes and is now stable (deadwood)
Warm reboot is now more stable on several configurations (deadwood)
Added several wide-char functions to C library (Deremon)
Boot menu is simplified to provide best user experience by default (deadwood)

Updates:
AROS build system (deadwood, Johan G)
InstallAROS v1.31 (deadwood)
Documentation (deadwood)
Kernel (deadwood)
ahci.device v1.0 (deadwood)
e1000.device v1.0 (deadwood)
vmwaresvga.hidd v45.7 (deadwood)
Prefs/Apperance v1.5 (deadwood)

64-bit support:
pcnet32.device, e1000.device (fixed to work on 64-bit) (deadwood)
HDAudio.audio, sb128.audio (fixed to work on 64-bit) (deadwood)
AVX registers are now preserved when doing task switch (deadwood)
z1.library (generate SSE4.1 code only when CPU support the instructions) (deadwood)
System/FTManager (fixed to work on 64-bit) (deadwood)

Functional fixes:
dos.library (deadwood)
InstallAROS (bugs: problems with UI elements after re-work) (deadwood)
vmwaresvga.hidd (improved to work no both VMware and VirtualBox) (deadwood)
Editor (bugs: #180) (DreamOS82)
sfs-handler (bugs: offline volumes don't process ACTION_REMOVE_NOTIFY, missing ACTION_DIE) (deadwood)
Wanderer (bugs: wrong matching of existing icons to volumes) (deadwood)
crt.library (bugs: #123) (deadwood)
diskimage.device (deadwood)
Prefs/Boot (bugs: wrong parsing of some options) (retrofaza)
C:Partition (bugs: creating AROS partitions when there are other partitions fails) (deadwood)

Stability fixes:
asl.library (bugs: crash with file requester) (deadwood)
processor.resource (bugs: crash on QEMU) (deadwood)
i8042.hidd (bugs: crash at system reset) (deadwood)
crt.library (bugs: crash in vfork()) (deadwood)
ram-handler (bugs: crash when using ExNext and file deleted) (deadwood)

68k support:
amigavideo.hidd (faster LUT rendering, fix OCS and AGA cursor) (Johan G)
graphics.library (improved detection and initialization of AGA) (Johan G)
keyboard.device (bugs: #176) (Broadblues)

ARM support:

[/code]
Amiwell79, Deremon, retrofaza
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 5 months ago
deadwood a question ! I noticed that the files of the Contrib have different sizes, for example the Libs folder, I assume it's the difference in the compilation, should I overwrite those of the Build ?

I also noticed that there is still a "duplicate" Catalogs, there are "catalan" and "catalonian", Catalonia is an "Autonomous Community of Spain".

In the Demo folder of the Buid, folder MCC_NList, the demo "NList-Demo" crashes WMware and Guru on AROS Hosted
[url=https://www.arosworld.org/infusions/forum/index.php?viewforum&forum_id=16][b]AROS One All Thread[/b][/url]
[url=https://sites.google.com/view/arosone][b]AROS One Home Site[/b][/url]
[url=https://www.facebook.com/profile.php?id=100095334408019][b]AROS One Facebook[/b][/url]
G
GDroidJunior Member
Posted 5 months ago
Catalan is a language of Spain (not Spanish, another Latín Dialect), Catalonianian and similar are the same...

Where can I try any Linux Hosted for ArosX86?
Is there any link to just Download and make a try?
Edited by GDroid on 19-04-2025 05:32, 5 months ago
D
deadwoodAROS Dev
Posted 5 months ago
[quote name=AMIGASYSTEM post=8170]@AMIGASYSTEM - deadwood a question ! I noticed that the files of the Contrib have different sizes, for example the Libs folder, I assume it's the difference in the compilation, should I overwrite those of the Build ?
[/quote]

They are built from exactly same sources, but for sake a clarity, please always use file that came on the ISO instead the one from Contrib.
D
deadwoodAROS Dev
Posted 5 months ago
[quote name=AMIGASYSTEM post=8170]@AMIGASYSTEM

I also noticed that there is still a "duplicate" Catalogs, there are "catalan" and "catalonian", Catalonia is an "Autonomous Community of Spain".

[/quote]

I'll fix that when synchronizing translations after the release. catalonian will be removed.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 5 months ago
I tried compiling "raudio" see attached aros archive link, with AROS One 32Bit the compilation was successful, and the obtained raudio binary works fine.

On AROS One 64Bit (both Vmware Windows, and Linux Hosted) I have errors with both GCC 6.5.0 and GCC 10.5.0, although the errors are different, see the 2 screenshots

https://archives.arosworld.org/?function=showfile&file=development/library/raudio.i386-aros.zip
You do not have access to view attachments
D
deadwoodAROS Dev
Posted 5 months ago
The archive does not contain source for the library only sources for the player - that is why you are getting error "cannot find -lraudio'

Also, please don't do any actions is RAM:Clipboards. This is a system directory used for copy-paste and working with files there might confuse system. If you want to use RAM, use RAM:T which is a temporary directory in RAM.
D
deadwoodAROS Dev
Posted 5 months ago
[quote name=Amiwell79 post=8154]@Amiwell79 - Many ThanksCool[/quote]

I checked the source. Changes to Poseidon USB class and camd.library are already integrated into AROS. The only thing was to compile usbmidi file. Please find it attached. Note: it's a straight recompilation - I have no way to testing if it will work.
You do not have access to view attachments
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 5 months ago
Thanks, I knew the Clipboards were for cut-paste, I always used the Clipboards also on Amiga for various tests, now since it could confuse the system I will avoid using it.

Regarding the problem with the compilation of the Raudio Player, on AROS One 32Bit it seems that the compilation was successful, although there is an error that did not compile.

The compiled Raudio track seems to work fine (See screenshot), can I consider it correct to put it on ArosArchive ?
[url=https://www.arosworld.org/infusions/forum/index.php?viewforum&forum_id=16][b]AROS One All Thread[/b][/url]
[url=https://sites.google.com/view/arosone][b]AROS One Home Site[/b][/url]
[url=https://www.facebook.com/profile.php?id=100095334408019][b]AROS One Facebook[/b][/url]
You do not have access to view attachments
A
Amiwell79Distro Maintainer
Posted 5 months ago
[quote name=deadwood post=8183]@deadwood - [quote name=Amiwell79 post=8154]@Amiwell79 - Many ThanksCool[/quote]

I checked the source. Changes to Poseidon USB class and camd.library are already integrated into AROS. The only thing was to compile usbmidi file. Please find it attached. Note: it's a straight recompilation - I have no way to testing if it will work.[/quote]

We don't have software to test it, I'll try to insert the MIDI cable to see if it detects it
A
Amiwell79Distro Maintainer
Posted 5 months ago
When I insert the USB cable it gives me DH0 illegal access error
D
deadwoodAROS Dev
Posted 5 months ago
[quote name=AMIGASYSTEM post=8184]@AMIGASYSTEM
Regarding the problem with the compilation of the Raudio Player, on AROS One 32Bit it seems that the compilation was successful, although there is an error that did not compile.
[/quote]

It worked because the archive contains pre-compiled libraudio.a. If you want to compile this for 64-bit, you need to ask Serk to create a 64-bit version of raylib.
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.
Users who participated in discussion: deadwood, paolone, AMIGASYSTEM, retrofaza, Amiwell79, mmartinka, OlafSch, mattson62, Farox, GDroid, Mazze