Skip to content

AROS ABIv11 20250418-1

Latest
Compare
Choose a tag to compare
@deadwood2 deadwood2 released this 23 Apr 10:37
· 112 commits to master since this release
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: