floppy driver

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Adek336

floppy driver

Post 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
Post Reply