How to use PCI? #1360
Unanswered
ChocolateLoverRaj
asked this question in
Questions
How to use PCI?
#1360
Replies: 1 comment 3 replies
-
I'm not sure whether you really need ACPI for PCI. Make sure you don't confuse |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the OS I'm making, I want to add PCI (be able to at least list the PCI devices). I parsed the ACPI table with the acpi library, but did not successfully use APIC for interrupts instead of pic8259. What is the best (hopefully minimal) example of using PCI in a Rust OS?
Beta Was this translation helpful? Give feedback.
All reactions