forked from AbleOS/ableos
9 lines
170 B
Rust
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;
|