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. The trackdisk device supports the usual commands such as cmd_write and cmd_read. in addition, it supports an extended form of these commands to allow additional control over the trackdisk device. NEW FEATURES FOR VERSION 2.0 Feature Description -------------- -------------- td_getgeometry device command td_eject device command IOTF_INDEXSYNC Device Command Flag IOTF_WORDSYNC Device Command Flag Fast RAM Buffers Now Supported Compatibility Warning: ---------------------- The new features for 2.0 are not backwards compatible. trackdisk device commands and functions device interface advanced commands disk status commands commands for diagnostics and repair notification of disk changes commands for low-level access trackdisk device errors example trackdisk program additional information on the trackdisk device