amiga-news DEUTSCHE VERSION
.
Links| Forums| Comments| Report news
.
Chat| Polls| Newsticker| Archive
.


.
  Per page
Show titles only
.


Archiv 'New hardware and software products'


01.Jun.2024
Spadoni Carlo (ANF)


AROS distribution: AROS One 2.5 (x86)
The "AROS One" distribution, which is based on the AROS binary interface ABI v0 (screenshot), is now available in version 2.5 for x86 computers. It can be downloaded as a DVD ISO file (1.7 GB) or as a USB flash image (3.7 GB) under the title link, where you will also find video recordings (don't be confused by the old title, the download links on the page below the screenshot are correct). The VHD image can be used as a hard drive in virtual machines such as VMware, VirtualBox and QEmu.

Changes in version 2.5:
  • Update AROS One OS System:
    • Dopus4 now compresses archives to Zip
    • Update Network Prefs Catalog Italian
    • ClickToFront now initiated by the system
    • Deleting Files and Folders via 'Del' Key
    • Add on GRUB "EarlyStartup"
    • Execute uCommander from EarlyStartup, just type uCommander
    • GRUB Set to 640 x 480
    • Add Catalogs OWB (Spain, France, Turkey, Czech)
    • Clean Cache OWB (Script)
    • Removed package archive Alternative icons can be downloaded from a separate archive
    • SMB2-Start, new script for automatic sharing
    • SMB2 Docs on the various Scripts (TXT e PDF)
    • Zune settings recreated
  • Update AROS One Apps:
    • Screentest v1
    • MidiDriver v1.0 AndTools
    • Protrekkr v2.6.7
    • SonosController v1.4
    • Raylib v5
    • GLFW v3.4
    • Arrakis v1.0 Demoscene
    • Nano v1.2 Demoscene
    • Void-FB14 MusicDisk
    • AmiFox v0.6
    • ScummVM v1.9.1
    • ResidualVM v0.3.1.1
    • Magical Broom Extreme v1.0
    • Origami v1.0 Demoscene
    • The Fulcrum v1.0 Demoscene
    • Image2PDF v2.6
    • ThemeList v1.0
    • Split & Build v1.5
    • GMoreAros v1.0
    • LoView 2.024
    • WitchCleaner v3.20
    • L.M. Calendar&Clock v1.0
  • Update AROS One Games:
    • BOH
    • Scopa
    • MBX
    • XRick
    • MadBomber
  • Functionalities:
    • Introduce new C library, synchronized with 64-bit AROS (deadwood)
    • Allow linux hosted AROS to work under WSL (Kalamatee)
    • Better default mouse cursor image (JuanDoble07)
    • Early Boot Menu made more functional (JuanDoble07, Kalamatee)
    • Simplify adding tethering in Prefs/Network (#115) (deadwood)
    • Speed up boot using ahci.device (deadwood)
    • Delete files with DEL key in Wanderer (#116) (deadwood)
  • Updates:
    • AROS build system (deadwood)
    • Italian and Polish translations (AMIGASYSTEM, subocz)
    • Prefs/Boot 1.4 (deadwood)
    • Use standard C library function names in SDK (deadwood)
  • Functional fixes:
    • Wanderer (bugs: #107) (deadwood)
    • fat-handler (bugs: #107) (deadwood)
    • intuition.library (bugs: no auto scroll up screen) (JuanDoble07)
    • dos.library (bugs: NOMOUNT partitions are automounted, wrong path copying) (JuanDoble07, Ronnie Beck)
    • exec.library (bugs: infinite crash loop) (deadwood)
    • dos.library (bugs: #60) (deadwood)
    • utility.library (bugs: #63) (deadwood)
    • stdlib.library (bugs: wrong support for '*' in sscanf) (deadwood)
    • camd.library, camdusbmidi.class (hitchhikr)
    • ram-handler (bugs: #134) (deadwood)
    • ahci.device (bugs: #135, unnecessary 60MB memory allocation) (deadwood)
    • Wanderer (bugs: 105, offline volumes showing with "ghost" icons) (Kalamatee)
    • rtl8139.device (bugs: no support for wrapped buffer) (stegerg)
  • Stability fixes:
    • muimaster.library (deadwood)
    • debug-handler (deadwood)
    • crt.library (bugs: calling atexit in CTOR set crashes program) (deadwood)
(nba)

[News message: 01. Jun. 2024, 17:26] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
30.May.2024
Indie Retro News (Webseite)


Adventure: Geo's Quest - Gateway to Nowhere
As a sequel to "Geo's Quest: In Search of Queen Lorraine" in "Gateway to Nowhere", the hero, George Angus, is faced with the problem that Queen Lorraine, who was rescued from The Gates of Bill, has been lost by the Knights of Escom, to whom she was entrusted. George is assisted by Dave Haynie in the second rescue of the queen. The fifth chapter then follows (loosely) his path after the end of Commodore (Pios, MetaBox, Merlancia, Fortele). (snx)

[News message: 30. May. 2024, 09:37] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
29.May.2024



Reverse Engineering: Aira Force 0.6.1 for Windows, Linux and macOS
"Aira Force" is a tool for reverse engineering Amiga 680x0 software. It allows binaries to be disassembled and investigated (preview video).

The primary goal of this project is to provide a graphical user interface on top of the excellent ira reassembler to accelerate the workflow.

Aira Force implements reassembly using the ira disassembler and the vasm assembler. Ira transforms the source executable or raw binary into assembly language source code, then vasm assembles the source code. The output binary should be identical (or equivalent) to the input binary.

This process allows the user to analyse and annotate the source code efficiently, before make any required changes to the generated disassembly and building a patched binary. It may be useful for fixing bugs, adding features, optimising the code, or academic software archeology. Features:
  • Disassemble Amiga executables (hunk Load Modules)
  • Disassemble raw Amiga binaries, e.g. bootblocks, non-DOS programs
  • Interactively convert disassembly to code, data or text
  • Rename and add labels
  • Add comments and banners
  • Define pointers and equates
  • Efficient code navigation
  • Tools to search for potential pointers, equates and code
  • Live Analysis using 68000 emulator to aid understanding
  • In-built Amiga documentation (custom chipset, OS)
  • Menu and keyboard driven UI
  • Runs on Windows, Linux and macOS (sorry, no Amiga version)
  • Hex viewer
  • Reassemble disassembled code and compare against source
  • Dockable windows and multi-viewports (native OS windows) with Dear ImGui
The tool is currently pre-ALPHA and not all features are implemented yet. (dr)

[News message: 29. May. 2024, 22:02] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
1 2 3 4 5 6 7 8 9 10 -> ... 15 438 867

.
Masthead | Privacy policy | Netiquette | Advertising | Contact
Copyright © 1998-2024 by amiga-news.de - all rights reserved.
.