I just finished coding PCI headers. ( http://wiki.osdev.org/PCI ).
When I try my code on real hardware, it finds an IDE, but not on qemu. why is that?
can't find IDE on QEMU
- thepowersgang
- Member
- Posts: 734
- Joined: Tue Dec 25, 2007 6:03 am
- Libera.chat IRC: thePowersGang
- Location: Perth, Western Australia
- Contact:
Re: can't find IDE on QEMU
This has been solved on IRC, the issue was with the OP not checking sub-functions for each device
On Qemu, the IDE controller is usually function index 1 of one of the devices (0:1:1 for me)
On Qemu, the IDE controller is usually function index 1 of one of the devices (0:1:1 for me)
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc