PCI Programming

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
Neo
Member
Member
Posts: 842
Joined: Wed Oct 18, 2006 9:01 am

PCI Programming

Post by Neo »

I am writing a 32-bit PMODE operating system.  I would like it to be able to detect, interact with and control PCI devices.  How would I got about doing this in ASM?  Your help is greatly appreciated.
                                                                -Neo :)
Only Human
User avatar
df
Member
Member
Posts: 1076
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

RE:PCI Programming

Post by df »

bios32 calls or direct chipset programming
-- Stu --
mindvnas

RE:PCI Programming

Post by mindvnas »

try http://mrd.knows.it and look for the pci stuff. i havent checked it out though so im not sure whether they are correct.
User avatar
kataklinger
Member
Member
Posts: 381
Joined: Fri Nov 04, 2005 12:00 am
Location: Serbia

RE:PCI Programming

Post by kataklinger »

http://members.hyperlink.net.au/~chart/pci.htm
http://www.acm.uiuc.edu/sigops/ (good info about pci direct programming)
http://my.execpc.com/~geezer/ (Well it's written in C, but it could help)
Post Reply