Page 1 of 1

PCI Programming

Posted: Sun Jun 22, 2003 11:00 pm
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 :)

RE:PCI Programming

Posted: Mon Jun 23, 2003 11:00 pm
by df
bios32 calls or direct chipset programming

RE:PCI Programming

Posted: Mon Jun 23, 2003 11:00 pm
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.

RE:PCI Programming

Posted: Tue Jun 24, 2003 11:00 pm
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)