[Denali] Interrupts working in rust.

This commit is contained in:
Drew Galbraith 2024-10-02 23:59:50 -07:00
parent df79233bbb
commit d94f61511b
8 changed files with 654 additions and 123 deletions

View file

@ -24,7 +24,7 @@ extern "C" fn main() -> z_err_t {
.unwrap(),
);
mammoth::debug!("AHCI ABAR {:#x}", ahci_controller.pci_header().abar as u64);
mammoth::debug!("AHCI Capabilities: {:?}", ahci_controller.ahci_hba());
ahci_controller.join().unwrap();
0
}