Create a DMA interface
Opened this issue · 0 comments
Harthann commented
We need to be able to allocate physical contiguous memory in order to perform DMA data transfer with external devices.
The advantage of this kind of transfer is that the host CPU is not burdened with memory transfer and hence is available to perform other more important tasks.