Page 1 of 1

floppy driver

Posted: Sun Feb 16, 2003 12:00 am
by Adek336
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