1
0
Fork 0
forked from AbleOS/ableos
ableOS_v1Change/ableos/src/arch/x86_64/drivers/mod.rs
2022-01-25 19:40:37 -06:00

9 lines
170 B
Rust

pub mod allocator;
pub mod graphics;
pub mod serial;
pub mod timer;
// #[deprecated(note = "The use of hardware specific drivers for VGA is discouraged")]
pub mod vga;