╔═══════════════════════════════════════════════════════════════════════════════╗
║ ║
║ █████╗ ███╗ ███╗██╗ ██████╗ █████╗ ███████╗██╗ ██╗███████╗ ║
║ ██╔══██╗████╗ ████║██║██╔════╝ ██╔══██╗ ██╔════╝╚██╗ ██╔╝██╔════╝ ║
║ ███████║██╔████╔██║██║██║ ███╗███████║█████╗███████╗ ╚████╔╝ ███████╗ ║
║ ██╔══██║██║╚██╔╝██║██║██║ ██║██╔══██║╚════╝╚════██║ ╚██╔╝ ╚════██║ ║
║ ██║ ██║██║ ╚═╝ ██║██║╚██████╔╝██║ ██║ ███████║ ██║ ███████║ ║
║ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚══════╝ ║
║ ║
║ AMIGA-SYSINFO V1.0 | System Intelligence Utility | ARexx Script ║
║ github.com/bad-antics | NullSec Retro Series ║
╚═══════════════════════════════════════════════════════════════════════════════╝
AMIGA-SYSINFO is an ARexx script for Commodore Amiga systems that gathers comprehensive system information. Perfect for hardware inventory, troubleshooting, and security auditing of Amiga installations.
- OS Version Detection: Kickstart and Workbench versions
- Memory Analysis: Chip/Fast RAM breakdown via AVAIL
- Device Enumeration: All mounted volumes and devices
- Expansion Board Detection: Zorro II/III autoconfig cards
- Custom Chip Identification: OCS/ECS/AGA chipset detection
- Library Inventory: Scans for critical system libraries
- Assign Listing: Shows all system logical assignments
- Network Detection: Checks for TCP/IP stack presence
- AmigaOS 1.3 or higher
- ARexx (included with OS 2.0+, optional for 1.3)
rx amiga-sysinfo.arexx
Double-click amiga-sysinfo.arexx (if ARexx is properly installed)
rx amiga-sysinfo.arexx QUICK ; Quick scan only
rx amiga-sysinfo.arexx FULL ; Full detailed scan
rx amiga-sysinfo.arexx >report.txt ; Save to file
- AmigaOS Version Detection - System and Kickstart versions
- Memory Map - Available RAM via AVAIL command
- Mounted Devices - INFO command output
- Expansion Boards - ShowConfig or manual detection
- Custom Chip Detection - Agnus/Denise identification
- Library Scan - Critical .library files
- Assigned Devices - Logical assignments
- Network Interfaces - TCP/IP stack detection
| Model | Supported |
|---|---|
| A1000 | ✓ |
| A500/A500+ | ✓ |
| A600 | ✓ |
| A1200 | ✓ |
| A2000 | ✓ |
| A3000 | ✓ |
| A4000 | ✓ |
| CD32 | ✓ (with keyboard) |
The script identifies:
- OCS: Original Chip Set (A1000, A500, A2000)
- ECS: Enhanced Chip Set (A500+, A600, A3000)
- AGA: Advanced Graphics Architecture (A1200, A4000, CD32)
- AmiTCP
- Miami/MiamiDX
- Roadshow
- Genesis
Copy amiga-sysinfo.arexx TO REXX:
; or
Copy amiga-sysinfo.arexx TO C:
══════════════════════════════════════════════
AMIGAOS VERSION DETECTION
══════════════════════════════════════════════
System: Kickstart 40.68, Workbench 40.42
══════════════════════════════════════════════
MEMORY MAP
══════════════════════════════════════════════
Type Available In-Use Maximum
chip 1789184 258000 2097152
fast 8126464 112384 16777216
total 9915648 370384 18874368
Single-script security and system tools for vintage computing platforms.
MIT License - See LICENSE file