Page 1 of 1

Is there a "standard" ports list?

Posted: Fri Apr 20, 2012 4:33 am
by Civillian
Hello.
In James Molloy's tutorial, the IRQ handler function calls outb(0xA0, 0x20); and later outb(0x20, 0x20);.
Could anyone please link to a list of ports, that I could use to macro those magic numbers into something understandable?
Thank you.

Re: Is there a "standard" ports list?

Posted: Fri Apr 20, 2012 4:44 am
by Solar
At the top of the forum you find a link labeled "The OSDev.org Wiki - Got a question? Search this first!".

Searching that for "Ports" yields:

I/O Ports
Where Can I Find Information About Ports
Port IO

Bottom line: No such thing - for a reason.