I am developing a operating system it is a 64 bit operating system.
I want a library that does all the PCIE operations in C language.
But I do not want to take it from linux kernel.
I need separate library for PCIE programming.
Please help me for any resource available in internet.
With Regards,
Mahavir .D
PCIE PRogramming.
Re: PCIE PRogramming.
Is it possible to program PCIE through BIOS interrupts.
Please Help...
I want to know details about the interrupts for PCIE programming.
If possible guide me by giving links in internet...
With Regards,
Mahavir .D
Please Help...
I want to know details about the interrupts for PCIE programming.
If possible guide me by giving links in internet...
With Regards,
Mahavir .D
Re: PCIE PRogramming.
Have you taken a look at that first?
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: PCIE PRogramming.
There is such a thing as a PCI firmware, the description of which you will find in the appropriate specification, but as with everything else, you mostly want to stay away from the firmware's services except for the boot loader because the routines are typically not reentrant, they are not designed to perform well and are in fact often times buggy given that no one bothers to use them, they are not available in long mode, etc.
What you really want to do is to read the PCI specifications. A library is not really feasible beacuse each OS has its own design.
What you really want to do is to read the PCI specifications. A library is not really feasible beacuse each OS has its own design.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]