[SOLVED]Page fault while reading from memory written by dma
Posted: Thu Jan 16, 2014 7:10 am
Hello mates,
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..
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..