zodiac 0.3.0

Rust OS framework that offers safe interfaces for kernel development
Documentation
1
2
3
4
5
6
7
8
mod pcie;

pub use pcie::*;
use spin::Lazy;

pub fn init() {
    Lazy::force(&PCI_DEVICES);
}