skni-kod / MicrOS

32-bit operating system with kernel written in C. Created by SKNI "KOD".
GNU General Public License v3.0
51 stars 6 forks source link

ISA DMA modification required #115

Open MatiF100 opened 2 years ago

MatiF100 commented 2 years ago

DMA in it's current form can only support floppy disk drive operations. This should be changed, so that it can be used for other I/O devices

MinusPL commented 2 years ago

Changed name to reflect this change is needed for ISA DMA, since PCI devices can implement DMA read/write on their own.

MinusPL commented 1 year ago

Moved to 1.4 OS Release. Modification needs rework of whole ISA DMA with additional management functions for this memory region.