CompuServe Thread

Forum unknown · Hardware

MyMessage

1 messages in this thread
#9229From: Dave Haynie/C128 LandFeb 24, 1986 10:07 AM
You can certainly do asynchronous disk I/O, via SendIO and CheckIO, but you'll have to go a level below AmigaDOS to the "trackdisk.device", which gives you direct access to the data-level organization of the disk. That's maybe more work than you'd like, as you'd have to manage DOS things on your own; it is, however, a level equivalent to the other things that happen via messages (i.e. messages talk to devices, not logical units or files). -Dave Haynie