Org 0xe05b; POST Entry Point
Post:
xor ax, ax
,, First reset the DMA controllers
0x0d out at
0xda out at
,, Then initialize the DMA controllers
mov al, # 0xC0
0xD6 out at; cascade enabled mode of channel 4
mov al, # 0x00
out 0xD4, al; unmask channel 4
我做了一些研究,但我无法弄清楚 0xc0 是什么意思?DMA 寄存器端口 0xD6 和 0xD4 中的哪个寄存器对应?