zodiac 0.1.0

Rust OS framework that offers safe interfaces for kernel development
Documentation
1
2
3
4
mod ioapic;

pub const MIN_IRQ_NUM: u8 = 33;
pub const MAX_IRQ_NUM: u8 = 255;