akern-gkgoat-fork/ableos/src/arch/x86_64/drivers/mod.rs

6 lines
132 B
Rust

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