trying to understand i8259

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

trying to understand i8259

Post by digo_rp »

why do I need to send EOI to 8259 PIC cuz I put it to work in AEOI Mode

?????????

could anyone help me to try to understand the diference between
EOI and AEOI ?
xsix
Member
Member
Posts: 59
Joined: Tue Oct 24, 2006 10:52 am

Post by xsix »

forget about it, just write mov al, 0x20 out 0x20, al for primary pic and to 0xA0 0x20 if secondary had fired
Post Reply