A20
Posted: Sun Apr 04, 2010 6:19 am
Hi,
I was reading the demo code of Enable A20 tutorial. I see this
Why do we disable interrupt here? same for (Enables a20 line through output port). We dont have to do for the other?
Thanks
I was reading the demo code of Enable A20 tutorial. I see this
Code: Select all
cli
pusha
mov al, 0xDD
out 0x64, al
popa
ret
Thanks