[Denali] Interrupts working in rust.
This commit is contained in:
parent
df79233bbb
commit
d94f61511b
8 changed files with 654 additions and 123 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue