ISA DMA: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
[unchecked revision][unchecked revision]
No edit summary
mNo edit summary
Line 528:
</pre>
 
'''Comment: Due to problems with autoinit on real hardware and MS Virtual PC, you shouldmight better avoid autoinit and use this code:'''
 
<pre>
Line 534:
out 0x0a, 0x06 ; mask DMA channel 2
out 0x0b, 0x4A ; 01001010
; single transfer, address increment, autoinit, write, channel2)
out 0x0a, 0x02 ; unmask DMA channel 2
ret
Line 541:
out 0x0a, 0x06 ; mask DMA channel 2
out 0x0b, 0x46 ; 01000110
; single transfer, address increment, autoinit, read, channel2)
out 0x0a, 0x02 ; unmask DMA channel 2
ret
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu