Is there a "standard" ports list?

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
User avatar
Civillian
Member
Member
Posts: 32
Joined: Tue Feb 21, 2012 3:26 pm

Is there a "standard" ports list?

Post 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.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: Is there a "standard" ports list?

Post 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.
Every good solution is obvious once you've found it.
Post Reply