• Please review our updated Terms and Rules here

amigaXfer: Fast agentless serial port transfer tool. Bootstrap Amiga w/o floppies.

dmac

Experienced Member
Joined
May 18, 2020
Messages
60
amigaXfer is an Amiga GUI serial port transfer tool, multiplatform, written in python (3.8+), using wxpython and pyserial.

Its main feature is that it does not require special software on the Amiga side,
as it uses the kickstart's builtin serial debugger.

Additionally, it can be used to bootstrap an Amiga without bootable floppies.

https://www.rvalles.net/bootstrapping-an-amiga-without-a-bootable-amiga-floppy.html

By disabling interrupts and polling the serial port directly, speeds as high as
512kbps are achieved, even on a basic Amiga 500 with its 7MHz cpu clock.

Both floppy images and files can be transferred in both directions.

Download: https://github.com/rvalles/pyamigadebug/releases/
 
Very interesting. I never heard about kickstart having a built-in serial debugger before.
 
Very interesting. I never heard about kickstart having a built-in serial debugger before.

AmigaOS 1.x and 2.x kickstarts have RomWack. It is documented in the Amiga Rom Kernel: Exec book.

AmigaOS 3.x's got SAD, it is documented in the ndk.
 
Back
Top