Following up on the "How do I code and compile an Amiga application?" question, what development applications and build process is required to boot an Amiga application from a floppy disk?
Update: Pointed out by jesup, taken from Amiga RKM Devices:
The Amiga trackdisk device directly drives the disk, controls the disk motors, reads raw data from the tracks, and writes raw data to the tracks. Normally, you use the AmigaDOS functions to write or read data from the disk. The trackdisk device is the lowest-level software access to the disk data and is used by AmigaDOS to access the disks.
trackdisk.device is the library to use. While I learn how to use Amiga trackdisk, are there any "deploy to floppy" utilities to employ after the developing application is compiled?
All tutorials I have found so far refer to building applications and running them from AmigaDOS.