I've implemented the floppy disk driver (FDC/FDD), and I'm using DMA to copy from floppy disk sectors to 0x1000 memory location.
It seems to work, and I get the interrupt when the copy is completed, but when I try to read from 0x1000 I get a page fault

What do you think about ? read/write failed ??
Many thanks..