When I get my floppy driver up and working, perhaps it could be given a syscall function. But when a PL3 task wants to get data from the drive, where should it be stored? Should the task send a segm:offs pair, or should it just give the offset relative to the task's DS?
I would not like to read the floppy into my scheduler.
Adrian