PCI [E] for intel x86. Where is the info?

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
teenHack42
Posts: 13
Joined: Mon Jan 20, 2014 7:58 pm

PCI [E] for intel x86. Where is the info?

Post by teenHack42 »

Hi,
I've been looking around for a few weeks playing around with the idea of PCI [E].

I have searched everywhere [OSDev, google, SIG, intel] to no avail of finding any information on how to use PCI [E] with an intel processor.

It would be great if someone could point me in the right direction[specifications, sample code, advice]. :D

I am sorry if I am asking a stupid question.
Thanks in advance.
https://github.com/teenHack42/MatrixOS
Working on: PCI[E]
--
teenHack42
Nable
Member
Member
Posts: 453
Joined: Tue Nov 08, 2011 11:35 am

Re: PCI [E] for intel x86. Where is the info?

Post by Nable »

Are you joking?
1. PCI isn't specific for x86, you can find PCI bus on non-x86 machines and it would be the same PCI.
2. You can start from wiki: http://wiki.osdev.org/PCI , http://wiki.osdev.org/PCI_Express (one can find link to corresponding specification at the end of wiki page, although official PCI specs are very long).
Post Reply